#6066AE

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

Shades of Chetwode Blue #6066AE

Tints of Chetwode Blue #6066AE

Color information

#6066AE (or 0x6066AE) is unknown color: approx Chetwode Blue. HEX triplet: 60, 66 and AE. RGB value is (96,102,174). Sum of RGB (Red+Green+Blue) = 96+102+174=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #6066AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6066AE is #9F9951. Grayscale: #6C6C6C. Windows color (decimal): -10459474 or 11429472. OLE color: 11429472.

HSL color Cylindrical-coordinate representation of color #6066AE: hue angle of 235.38º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6066AE is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96102174-
CMYK0.450.4100.32
HSL235.38º32.5%52.94%-
HSV(B)235.38º44.83%68.24%-
XYZ17.2215.0542.04-
YUV108.41165.01119.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.81%
GREEN value IS 102 (40.23% from 255) = 27.42%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=25.81%
G=27.42%
B=46.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961021740.450.4100.32235.3832.552.94
Hex6066AE2D29020eb2035
Octal14014625655510403534065
Binary1100000110011010101110101101101001010000011101011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6066AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6066AE; }

 p { color: rgb(96,102,174); }

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

<style>
 a { background-color: #6066AE; }

 a { background-color: rgb(96,102,174); }

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

<style>
 span { border-color: #6066AE; }

 span { border-color: rgb(96,102,174); }

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