Html Css Color HEX #666FA8 Chetwode Blue

📋 copy color: '#666FA8'

red 102 ◦ green 111 ◦ blue 168

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

Shades of Chetwode Blue #666FA8

Tints of Chetwode Blue #666FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.09%

R = 26.77%
G = 29.13%
B = 44.09%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#666FA8 (or 0x666FA8) is known color: Chetwode Blue. HEX triplet: 66, 6F and A8. RGB value is (102,111,168). Sum of RGB (Red+Green+Blue) = 102+111+168=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 168 - color contains mainly: blue. Hex color #666FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666FA8 is #999057. Grayscale: #727272. Windows color (decimal): -10063960 or 11038566. OLE color: 11038566.

HSL color Cylindrical-coordinate representation of color #666FA8: hue angle of 231.82º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #666FA8 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 102 111 168 -
CMYK 0.39 0.34 0 0.34
HSL 231.82º 0.28% 0.53% -
HSV(B) 231.82º 0.39% 0.66% -
XYZ 18.23 17.02 39.37 -
YUV 114.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 102 111 168 0.39 0.34 0 0.34 231.82 0.28 0.53
Hex 66 6F A8 27 22 0 22 E8 1C 35
Octal 146 157 250 47 42 0 42 350 34 65
Binary 1100110 1101111 10101000 100111 100010 0 100010 11101000 11100 110101

Color Harmonies of #666FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666FA8

Black with #666FA8

Text Example


Text Example

White with #666FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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