#6072AF

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

Shades of Chetwode Blue #6072AF

Tints of Chetwode Blue #6072AF

Color information

#6072AF (or 0x6072AF) is unknown color: approx Chetwode Blue. HEX triplet: 60, 72 and AF. RGB value is (96,114,175). Sum of RGB (Red+Green+Blue) = 96+114+175=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #6072AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6072AF is #9F8D50. Grayscale: #737373. Windows color (decimal): -10456401 or 11498080. OLE color: 11498080.

HSL color Cylindrical-coordinate representation of color #6072AF: hue angle of 226.33º 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 #6072AF is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96114175-
CMYK0.450.3500.31
HSL226.33º33.05%53.14%-
HSV(B)226.33º45.14%68.63%-
XYZ18.5817.6242.98-
YUV115.57161.54114.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.94%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=24.94%
G=29.61%
B=45.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961141750.450.3500.31226.3333.0553.14
Hex6072AF2D2301Fe22135
Octal14016225755430373424165
Binary110000011100101010111110110110001101111111100010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6072AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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