#666BA4

Color #666BA4 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #666BA4

Tints of Chetwode Blue #666BA4

Color information

#666BA4 (or 0x666BA4) is unknown color: approx 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

RGB102107164-
CMYK0.380.3500.36
HSL235.16º25.41%52.16%-
HSV(B)235.16º37.8%64.31%-
XYZ17.4416.0237.3-
YUV112157.34120.87-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021071640.380.3500.36235.1625.4152.16
Hex666BA42623024eb1934
Octal14615324446430443533164
Binary110011011010111010010010011010001101001001110101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>