#6066AC

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

Shades of Chetwode Blue #6066AC

Tints of Chetwode Blue #6066AC

Color information

#6066AC (or 0x6066AC) is unknown color: approx Chetwode Blue. HEX triplet: 60, 66 and AC. RGB value is (96,102,172). Sum of RGB (Red+Green+Blue) = 96+102+172=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #6066AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6066AC is #9F9953. Grayscale: #6B6B6B. Windows color (decimal): -10459476 or 11298400. OLE color: 11298400.

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

Color convert

RGB96102172-
CMYK0.440.4100.33
HSL235.26º31.4%52.55%-
HSV(B)235.26º44.19%67.45%-
XYZ17.0214.9741.02-
YUV108.19164.01119.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 172 (67.58% from 255) = 46.49%
R=25.95%
G=27.57%
B=46.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961021720.440.4100.33235.2631.452.55
Hex6066AC2C29021eb1f35
Octal14014625454510413533765
Binary110000011001101010110010110010100101000011110101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6066AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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