#665BDC

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

Shades of Slate Blue #665BDC

Tints of Slate Blue #665BDC

Color information

#665BDC (or 0x665BDC) is unknown color: approx Slate Blue. HEX triplet: 66, 5B and DC. RGB value is (102,91,220). Sum of RGB (Red+Green+Blue) = 102+91+220=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #665BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BDC is #99A423. Grayscale: #6C6C6C. Windows color (decimal): -10069028 or 14441318. OLE color: 14441318.

HSL color Cylindrical-coordinate representation of color #665BDC: hue angle of 245.12º 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 #665BDC is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10291220-
CMYK0.540.5900.14
HSL245.12º64.82%60.98%-
HSV(B)245.12º58.64%86.27%-
XYZ22.1415.4769.53-
YUV108.99190.64123.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.70%
GREEN value IS 91 (35.94% from 255) = 22.03%
BLUE value IS 220 (86.33% from 255) = 53.27%
R=24.70%
G=22.03%
B=53.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal102912200.540.5900.14245.1264.8260.98
Hex665BDC363B0Ef5413d
Octal146133334667301636510175
Binary110011010110111101110011011011101101110111101011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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