#6073AA

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

Shades of Chetwode Blue #6073AA

Tints of Chetwode Blue #6073AA

Color information

#6073AA (or 0x6073AA) is unknown color: approx Chetwode Blue. HEX triplet: 60, 73 and AA. RGB value is (96,115,170). Sum of RGB (Red+Green+Blue) = 96+115+170=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #6073AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6073AA is #9F8C55. Grayscale: #737373. Windows color (decimal): -10456150 or 11170656. OLE color: 11170656.

HSL color Cylindrical-coordinate representation of color #6073AA: hue angle of 224.59º degrees, saturation: 0.3, 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 #6073AA is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96115170-
CMYK0.440.3200.33
HSL224.59º30.33%52.16%-
HSV(B)224.59º43.53%66.67%-
XYZ18.2117.6540.48-
YUV115.59158.71114.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.20%
GREEN value IS 115 (45.31% from 255) = 30.18%
BLUE value IS 170 (66.80% from 255) = 44.62%
R=25.20%
G=30.18%
B=44.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961151700.440.3200.33224.5930.3352.16
Hex6073AA2C20021e11e34
Octal14016325254400413413664
Binary110000011100111010101010110010000001000011110000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6073AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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