Html Css Color HEX #666ED0 Slate Blue

📋 copy color: '#666ED0'

red 102 ◦ green 110 ◦ blue 208

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

Shades of Slate Blue #666ED0

Tints of Slate Blue #666ED0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.19%

 BLUE value IS 208 (81.64% from 255) = 49.52%

R = 24.29%
G = 26.19%
B = 49.52%

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

#666ED0 (or 0x666ED0) is known color: Slate Blue. HEX triplet: 66, 6E and D0. RGB value is (102,110,208). Sum of RGB (Red+Green+Blue) = 102+110+208=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #666ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ED0 is #99912F. Grayscale: #767676. Windows color (decimal): -10064176 or 13659750. OLE color: 13659750.

HSL color Cylindrical-coordinate representation of color #666ED0: hue angle of 235.47º degrees, saturation: 0.53, 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 #666ED0 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 110 208 -
CMYK 0.51 0.47 0 0.18
HSL 235.47º 0.53% 0.61% -
HSV(B) 235.47º 0.51% 0.82% -
XYZ 22.44 18.53 62.07 -
YUV 118.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 102 110 208 0.51 0.47 0 0.18 235.47 0.53 0.61
Hex 66 6E D0 33 2F 0 12 EB 35 3D
Octal 146 156 320 63 57 0 22 353 65 75
Binary 1100110 1101110 11010000 110011 101111 0 10010 11101011 110101 111101

Color Harmonies of #666ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666ED0

Black with #666ED0

Text Example


Text Example

White with #666ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,110,208); }

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

background-color css

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

 a { background-color: rgb(102,110,208); }

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

border-color css

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

 span { border-color: rgb(102,110,208); }

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