#6073AF

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

Shades of Chetwode Blue #6073AF

Tints of Chetwode Blue #6073AF

Color information

#6073AF (or 0x6073AF) is unknown color: approx Chetwode Blue. HEX triplet: 60, 73 and AF. RGB value is (96,115,175). Sum of RGB (Red+Green+Blue) = 96+115+175=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #6073AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6073AF is #9F8C50. Grayscale: #737373. Windows color (decimal): -10456145 or 11498336. OLE color: 11498336.

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

Color convert

RGB96115175-
CMYK0.450.3400.31
HSL225.57º33.05%53.14%-
HSV(B)225.57º45.14%68.63%-
XYZ18.6917.8443.02-
YUV116.16161.21113.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.87%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=24.87%
G=29.79%
B=45.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961151750.450.3400.31225.5733.0553.14
Hex6073AF2D2201Fe22135
Octal14016325755420373424165
Binary110000011100111010111110110110001001111111100010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6073AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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