#666BD5

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

Shades of Slate Blue #666BD5

Tints of Slate Blue #666BD5

Color information

#666BD5 (or 0x666BD5) is unknown color: approx Slate Blue. HEX triplet: 66, 6B and D5. RGB value is (102,107,213). Sum of RGB (Red+Green+Blue) = 102+107+213=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #666BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BD5 is #99942A. Grayscale: #757575. Windows color (decimal): -10064939 or 13986662. OLE color: 13986662.

HSL color Cylindrical-coordinate representation of color #666BD5: hue angle of 237.3º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #666BD5 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB102107213-
CMYK0.520.5000.16
HSL237.3º56.92%61.76%-
HSV(B)237.3º52.11%83.53%-
XYZ22.7518.1465.25-
YUV117.59181.84116.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.17%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 213 (83.59% from 255) = 50.47%
R=24.17%
G=25.36%
B=50.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1021072130.520.5000.16237.356.9261.76
Hex666BD53432010ed393e
Octal14615332564620203557176
Binary110011011010111101010111010011001001000011101101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666BD5; }

 p { color: rgb(102,107,213); }

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

<style>
 a { background-color: #666BD5; }

 a { background-color: rgb(102,107,213); }

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

<style>
 span { border-color: #666BD5; }

 span { border-color: rgb(102,107,213); }

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