#6066AF

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

Shades of Chetwode Blue #6066AF

Tints of Chetwode Blue #6066AF

Color information

#6066AF (or 0x6066AF) is unknown color: approx Chetwode Blue. HEX triplet: 60, 66 and AF. RGB value is (96,102,175). Sum of RGB (Red+Green+Blue) = 96+102+175=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #6066AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6066AF is #9F9950. Grayscale: #6C6C6C. Windows color (decimal): -10459473 or 11495008. OLE color: 11495008.

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

Color convert

RGB96102175-
CMYK0.450.4200.31
HSL235.44º33.05%53.14%-
HSV(B)235.44º45.14%68.63%-
XYZ17.3115.0842.56-
YUV108.53165.51119.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=25.74%
G=27.35%
B=46.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961021750.450.4200.31235.4433.0553.14
Hex6066AF2D2A01Feb2135
Octal14014625755520373534165
Binary110000011001101010111110110110101001111111101011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6066AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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