Html Css Color HEX #666CA6 Chetwode Blue

📋 copy color: '#666CA6'

red 102 ◦ green 108 ◦ blue 166

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

Shades of Chetwode Blue #666CA6

Tints of Chetwode Blue #666CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.15%

R = 27.13%
G = 28.72%
B = 44.15%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#666CA6 (or 0x666CA6) is known color: Chetwode Blue. HEX triplet: 66, 6C and A6. RGB value is (102,108,166). Sum of RGB (Red+Green+Blue) = 102+108+166=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 166 - color contains mainly: blue. Hex color #666CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666CA6 is #999359. Grayscale: #707070. Windows color (decimal): -10064730 or 10906726. OLE color: 10906726.

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

Color convert

RGB 102 108 166 -
CMYK 0.39 0.35 0 0.35
HSL 234.38º 0.26% 0.53% -
HSV(B) 234.38º 0.39% 0.65% -
XYZ 17.72 16.3 38.29 -
YUV 112.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 102 108 166 0.39 0.35 0 0.35 234.38 0.26 0.53
Hex 66 6C A6 27 23 0 23 EA 1A 35
Octal 146 154 246 47 43 0 43 352 32 65
Binary 1100110 1101100 10100110 100111 100011 0 100011 11101010 11010 110101

Color Harmonies of #666CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666CA6

Black with #666CA6

Text Example


Text Example

White with #666CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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