#665EDE

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

Shades of Slate Blue #665EDE

Tints of Slate Blue #665EDE

Color information

#665EDE (or 0x665EDE) is unknown color: approx Slate Blue. HEX triplet: 66, 5E and DE. RGB value is (102,94,222). Sum of RGB (Red+Green+Blue) = 102+94+222=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #665EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665EDE is #99A121. Grayscale: #6E6E6E. Windows color (decimal): -10068258 or 14573158. OLE color: 14573158.

HSL color Cylindrical-coordinate representation of color #665EDE: hue angle of 243.75º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #665EDE is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10294222-
CMYK0.540.5800.13
HSL243.75º65.98%61.96%-
HSV(B)243.75º57.66%87.06%-
XYZ22.6716.171.02-
YUV110.98190.65121.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.40%
GREEN value IS 94 (37.11% from 255) = 22.49%
BLUE value IS 222 (87.11% from 255) = 53.11%
R=24.40%
G=22.49%
B=53.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102942220.540.5800.13243.7565.9861.96
Hex665EDE363A0Df4423e
Octal146136336667201536410276
Binary110011010111101101111011011011101001101111101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,94,222); }

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

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

 a { background-color: rgb(102,94,222); }

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

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

 span { border-color: rgb(102,94,222); }

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