Html Css Color HEX #666CD0 Slate Blue

📋 copy color: '#666CD0'

red 102 ◦ green 108 ◦ blue 208

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

Shades of Slate Blue #666CD0

Tints of Slate Blue #666CD0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.84%

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

R = 24.4%
G = 25.84%
B = 49.76%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#666CD0 (or 0x666CD0) is known color: Slate Blue. HEX triplet: 66, 6C and D0. RGB value is (102,108,208). Sum of RGB (Red+Green+Blue) = 102+108+208=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #666CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CD0 is #99932F. Grayscale: #757575. Windows color (decimal): -10064688 or 13659238. OLE color: 13659238.

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

Color convert

RGB 102 108 208 -
CMYK 0.51 0.48 0 0.18
HSL 236.6º 0.53% 0.61% -
HSV(B) 236.6º 0.51% 0.82% -
XYZ 22.23 18.1 62 -
YUV 117.61 179.01 116.87 -
System Red Green Blue C M Y K H S L
Decimal 102 108 208 0.51 0.48 0 0.18 236.6 0.53 0.61
Hex 66 6C D0 33 30 0 12 ED 35 3D
Octal 146 154 320 63 60 0 22 355 65 75
Binary 1100110 1101100 11010000 110011 110000 0 10010 11101101 110101 111101

Color Harmonies of #666CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666CD0

Black with #666CD0

Text Example


Text Example

White with #666CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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