#665DD4

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

Shades of Slate Blue #665DD4

Tints of Slate Blue #665DD4

Color information

#665DD4 (or 0x665DD4) is unknown color: approx Slate Blue. HEX triplet: 66, 5D and D4. RGB value is (102,93,212). Sum of RGB (Red+Green+Blue) = 102+93+212=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 212 (83.20% from 255 or 52.09% from 407); Max value from RGB is 212 - color contains mainly: blue. Hex color #665DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DD4 is #99A22B. Grayscale: #6C6C6C. Windows color (decimal): -10068524 or 13917542. OLE color: 13917542.

HSL color Cylindrical-coordinate representation of color #665DD4: hue angle of 244.54º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #665DD4 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10293212-
CMYK0.520.5600.17
HSL244.54º58.05%59.8%-
HSV(B)244.54º56.13%83.14%-
XYZ21.2815.4164.14-
YUV109.26185.98122.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.06%
GREEN value IS 93 (36.72% from 255) = 22.85%
BLUE value IS 212 (83.20% from 255) = 52.09%
R=25.06%
G=22.85%
B=52.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal102932120.520.5600.17244.5458.0559.8
Hex665DD43438011f53a3c
Octal14613532464700213657274
Binary110011010111011101010011010011100001000111110101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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