#666ABA

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

Shades of Chetwode Blue #666ABA

Tints of Chetwode Blue #666ABA

Color information

#666ABA (or 0x666ABA) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6A and BA. RGB value is (102,106,186). Sum of RGB (Red+Green+Blue) = 102+106+186=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #666ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ABA is #999545. Grayscale: #717171. Windows color (decimal): -10065222 or 12216934. OLE color: 12216934.

HSL color Cylindrical-coordinate representation of color #666ABA: hue angle of 237.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #666ABA is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102106186-
CMYK0.450.4300.27
HSL237.14º37.84%56.47%-
HSV(B)237.14º45.16%72.94%-
XYZ19.516.6848.65-
YUV113.92168.67119.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.89%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=25.89%
G=26.90%
B=47.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021061860.450.4300.27237.1437.8456.47
Hex666ABA2D2B01Bed2638
Octal14615227255530333554670
Binary110011011010101011101010110110101101101111101101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,106,186); }

 H1.HeaderClassName
 {
   color: #666ABA;
 }
 .AnyTagClassName
 {
   color: #666ABA;
 }
</style>
background-color css

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

 a { background-color: rgb(102,106,186); }

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

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

 span { border-color: rgb(102,106,186); }

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