Html Css Color HEX #666FD1 Slate Blue

📋 copy color: '#666FD1'

red 102 ◦ green 111 ◦ blue 209

#666FD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #666FD1

Tints of Slate Blue #666FD1

RGB

 RED value IS 102 (40.23% from 255) = 24.17%

 GREEN value IS 111 (43.75% from 255) = 26.3%

 BLUE value IS 209 (82.03% from 255) = 49.53%

R = 24.17%
G = 26.3%
B = 49.53%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#666FD1 (or 0x666FD1) is known color: Slate Blue. HEX triplet: 66, 6F and D1. RGB value is (102,111,209). Sum of RGB (Red+Green+Blue) = 102+111+209=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 209 (82.03% from 255 or 49.53% from 422); Max value from RGB is 209 - color contains mainly: blue. Hex color #666FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FD1 is #99902E. Grayscale: #777777. Windows color (decimal): -10063919 or 13725542. OLE color: 13725542.

HSL color Cylindrical-coordinate representation of color #666FD1: hue angle of 234.95º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #666FD1 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 111 209 -
CMYK 0.51 0.47 0 0.18
HSL 234.95º 0.54% 0.61% -
HSV(B) 234.95º 0.51% 0.82% -
XYZ 22.67 18.8 62.75 -
YUV 119.48 178.52 115.53 -
System Red Green Blue C M Y K H S L
Decimal 102 111 209 0.51 0.47 0 0.18 234.95 0.54 0.61
Hex 66 6F D1 33 2F 0 12 EB 36 3D
Octal 146 157 321 63 57 0 22 353 66 75
Binary 1100110 1101111 11010001 110011 101111 0 10010 11101011 110110 111101

Color Harmonies of #666FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666FD1

Black with #666FD1

Text Example


Text Example

White with #666FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,111,209); }

 H1.HeaderClassName
 {
   color: #666FD1;
 }
 .AnyTagClassName
 {
   color: #666FD1;
 }
</style>

background-color css

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

 a { background-color: rgb(102,111,209); }

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

border-color css

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

 span { border-color: rgb(102,111,209); }

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