#665ECA

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

Shades of Slate Blue #665ECA

Tints of Slate Blue #665ECA

Color information

#665ECA (or 0x665ECA) is unknown color: approx Slate Blue. HEX triplet: 66, 5E and CA. RGB value is (102,94,202). Sum of RGB (Red+Green+Blue) = 102+94+202=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #665ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ECA is #99A135. Grayscale: #6C6C6C. Windows color (decimal): -10068278 or 13262438. OLE color: 13262438.

HSL color Cylindrical-coordinate representation of color #665ECA: hue angle of 244.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #665ECA is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10294202-
CMYK0.500.5300.21
HSL244.44º50.47%58.04%-
HSV(B)244.44º53.47%79.22%-
XYZ20.1415.0957.73-
YUV108.7180.65123.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.63%
GREEN value IS 94 (37.11% from 255) = 23.62%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=25.63%
G=23.62%
B=50.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102942020.500.5300.21244.4450.4758.04
Hex665ECA3235015f4323a
Octal14613631262650253646272
Binary110011010111101100101011001011010101010111110100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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