#665DC6

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

Shades of Slate Blue #665DC6

Tints of Slate Blue #665DC6

Color information

#665DC6 (or 0x665DC6) is unknown color: approx Slate Blue. HEX triplet: 66, 5D and C6. RGB value is (102,93,198). Sum of RGB (Red+Green+Blue) = 102+93+198=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #665DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DC6 is #99A239. Grayscale: #6B6B6B. Windows color (decimal): -10068538 or 13000038. OLE color: 13000038.

HSL color Cylindrical-coordinate representation of color #665DC6: hue angle of 245.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #665DC6 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10293198-
CMYK0.480.5300.22
HSL245.14º47.95%57.06%-
HSV(B)245.14º53.03%77.65%-
XYZ19.5914.7355.24-
YUV107.66178.98123.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 93 (36.72% from 255) = 23.66%
BLUE value IS 198 (77.73% from 255) = 50.38%
R=25.95%
G=23.66%
B=50.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal102931980.480.5300.22245.1447.9557.06
Hex665DC63035016f53039
Octal14613530660650263656071
Binary110011010111011100011011000011010101011011110101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,93,198); }

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

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

 a { background-color: rgb(102,93,198); }

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

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

 span { border-color: rgb(102,93,198); }

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