#6066AB

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

Shades of Chetwode Blue #6066AB

Tints of Chetwode Blue #6066AB

Color information

#6066AB (or 0x6066AB) is unknown color: approx Chetwode Blue. HEX triplet: 60, 66 and AB. RGB value is (96,102,171). Sum of RGB (Red+Green+Blue) = 96+102+171=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #6066AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6066AB is #9F9954. Grayscale: #6B6B6B. Windows color (decimal): -10459477 or 11232864. OLE color: 11232864.

HSL color Cylindrical-coordinate representation of color #6066AB: hue angle of 235.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6066AB is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96102171-
CMYK0.440.4000.33
HSL235.2º30.86%52.35%-
HSV(B)235.2º43.86%67.06%-
XYZ16.9314.9340.52-
YUV108.07163.51119.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=26.02%
G=27.64%
B=46.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961021710.440.4000.33235.230.8652.35
Hex6066AB2C28021eb1f34
Octal14014625354500413533764
Binary110000011001101010101110110010100001000011110101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6066AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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