#665EC5

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

Shades of Slate Blue #665EC5

Tints of Slate Blue #665EC5

Color information

#665EC5 (or 0x665EC5) is unknown color: approx Slate Blue. HEX triplet: 66, 5E and C5. RGB value is (102,94,197). Sum of RGB (Red+Green+Blue) = 102+94+197=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #665EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665EC5 is #99A13A. Grayscale: #6B6B6B. Windows color (decimal): -10068283 or 12934758. OLE color: 12934758.

HSL color Cylindrical-coordinate representation of color #665EC5: hue angle of 244.66º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #665EC5 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10294197-
CMYK0.480.5200.23
HSL244.66º47.03%57.06%-
HSV(B)244.66º52.28%77.25%-
XYZ19.5614.8654.66-
YUV108.13178.15123.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 94 (37.11% from 255) = 23.92%
BLUE value IS 197 (77.34% from 255) = 50.13%
R=25.95%
G=23.92%
B=50.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal102941970.480.5200.23244.6647.0357.06
Hex665EC53034017f52f39
Octal14613630560640273655771
Binary110011010111101100010111000011010001011111110101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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