Html Css Color HEX #666FA7 Chetwode Blue

📋 copy color: '#666FA7'

red 102 ◦ green 111 ◦ blue 167

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

Shades of Chetwode Blue #666FA7

Tints of Chetwode Blue #666FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.95%

R = 26.84%
G = 29.21%
B = 43.95%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#666FA7 (or 0x666FA7) is known color: Chetwode Blue. HEX triplet: 66, 6F and A7. RGB value is (102,111,167). Sum of RGB (Red+Green+Blue) = 102+111+167=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 167 (65.62% from 255 or 43.95% from 380); Max value from RGB is 167 - color contains mainly: blue. Hex color #666FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666FA7 is #999058. Grayscale: #727272. Windows color (decimal): -10063961 or 10973030. OLE color: 10973030.

HSL color Cylindrical-coordinate representation of color #666FA7: hue angle of 231.69º degrees, saturation: 0.27, 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 #666FA7 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 111 167 -
CMYK 0.39 0.34 0 0.35
HSL 231.69º 0.27% 0.53% -
HSV(B) 231.69º 0.39% 0.65% -
XYZ 18.14 16.98 38.88 -
YUV 114.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 102 111 167 0.39 0.34 0 0.35 231.69 0.27 0.53
Hex 66 6F A7 27 22 0 23 E8 1B 35
Octal 146 157 247 47 42 0 43 350 33 65
Binary 1100110 1101111 10100111 100111 100010 0 100011 11101000 11011 110101

Color Harmonies of #666FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666FA7

Black with #666FA7

Text Example


Text Example

White with #666FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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