#675BDC

Color #675BDC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #675BDC

Tints of Slate Blue #675BDC

Color information

#675BDC (or 0x675BDC) is unknown color: approx Slate Blue. HEX triplet: 67, 5B and DC. RGB value is (103,91,220). Sum of RGB (Red+Green+Blue) = 103+91+220=414 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.88% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #675BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675BDC is #98A423. Grayscale: #6C6C6C. Windows color (decimal): -10003492 or 14441319. OLE color: 14441319.

HSL color Cylindrical-coordinate representation of color #675BDC: hue angle of 245.58º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #675BDC is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10391220-
CMYK0.530.5900.14
HSL245.58º64.82%60.98%-
HSV(B)245.58º58.64%86.27%-
XYZ22.2515.5369.54-
YUV109.29190.48123.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 24.88%
GREEN value IS 91 (35.94% from 255) = 21.98%
BLUE value IS 220 (86.33% from 255) = 53.14%
R=24.88%
G=21.98%
B=53.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal103912200.530.5900.14245.5864.8260.98
Hex675BDC353B0Ef6413d
Octal147133334657301636610175
Binary110011110110111101110011010111101101110111101101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675BDC; }

 p { color: rgb(103,91,220); }

 H1.HeaderClassName
 {
   color: #675BDC;
 }
 .AnyTagClassName
 {
   color: #675BDC;
 }
</style>
background-color css

<style>
 a { background-color: #675BDC; }

 a { background-color: rgb(103,91,220); }

 div.DivClassName
 {
   background-color: #675BDC;
 }
 .BgClassName
 {
   background-color: #675BDC;
 }
</style>
border-color css

<style>
 span { border-color: #675BDC; }

 span { border-color: rgb(103,91,220); }

 td.TdClassName
 {
   border-color: #675BDC;
 }
 .TagClassName
 {
   border-color: #675BDC;
 }
</style>