Html Css Color HEX #666BA7 Chetwode Blue

📋 copy color: '#666BA7'

red 102 ◦ green 107 ◦ blue 167

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

Shades of Chetwode Blue #666BA7

Tints of Chetwode Blue #666BA7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.46%

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

R = 27.13%
G = 28.46%
B = 44.41%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#666BA7 (or 0x666BA7) is known color: Chetwode Blue. HEX triplet: 66, 6B and A7. RGB value is (102,107,167). Sum of RGB (Red+Green+Blue) = 102+107+167=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 167 (65.62% from 255 or 44.41% from 376); Max value from RGB is 167 - color contains mainly: blue. Hex color #666BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666BA7 is #999458. Grayscale: #707070. Windows color (decimal): -10064985 or 10972006. OLE color: 10972006.

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

Color convert

RGB 102 107 167 -
CMYK 0.39 0.36 0 0.35
HSL 235.38º 0.27% 0.53% -
HSV(B) 235.38º 0.39% 0.65% -
XYZ 17.71 16.13 38.74 -
YUV 112.35 158.84 120.62 -
System Red Green Blue C M Y K H S L
Decimal 102 107 167 0.39 0.36 0 0.35 235.38 0.27 0.53
Hex 66 6B A7 27 24 0 23 EB 1B 35
Octal 146 153 247 47 44 0 43 353 33 65
Binary 1100110 1101011 10100111 100111 100100 0 100011 11101011 11011 110101

Color Harmonies of #666BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666BA7

Black with #666BA7

Text Example


Text Example

White with #666BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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