Html Css Color HEX #666BA4 Chetwode Blue

📋 copy color: '#666BA4'

red 102 ◦ green 107 ◦ blue 164

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

Shades of Chetwode Blue #666BA4

Tints of Chetwode Blue #666BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.97%

R = 27.35%
G = 28.69%
B = 43.97%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#666BA4 (or 0x666BA4) is known color: Chetwode Blue. HEX triplet: 66, 6B and A4. RGB value is (102,107,164). Sum of RGB (Red+Green+Blue) = 102+107+164=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #666BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666BA4 is #99945B. Grayscale: #6F6F6F. Windows color (decimal): -10064988 or 10775398. OLE color: 10775398.

HSL color Cylindrical-coordinate representation of color #666BA4: hue angle of 235.16º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #666BA4 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 107 164 -
CMYK 0.38 0.35 0 0.36
HSL 235.16º 0.25% 0.52% -
HSV(B) 235.16º 0.38% 0.64% -
XYZ 17.44 16.02 37.3 -
YUV 112 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 102 107 164 0.38 0.35 0 0.36 235.16 0.25 0.52
Hex 66 6B A4 26 23 0 24 EB 19 34
Octal 146 153 244 46 43 0 44 353 31 64
Binary 1100110 1101011 10100100 100110 100011 0 100100 11101011 11001 110100

Color Harmonies of #666BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666BA4

Black with #666BA4

Text Example


Text Example

White with #666BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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