#6076AA

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

Shades of Chetwode Blue #6076AA

Tints of Chetwode Blue #6076AA

Color information

#6076AA (or 0x6076AA) is unknown color: approx Chetwode Blue. HEX triplet: 60, 76 and AA. RGB value is (96,118,170). Sum of RGB (Red+Green+Blue) = 96+118+170=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #6076AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6076AA is #9F8955. Grayscale: #757575. Windows color (decimal): -10455382 or 11171424. OLE color: 11171424.

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

Color convert

RGB96118170-
CMYK0.440.3100.33
HSL222.16º30.33%52.16%-
HSV(B)222.16º43.53%66.67%-
XYZ18.5618.3540.59-
YUV117.35157.71112.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25%
GREEN value IS 118 (46.48% from 255) = 30.73%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=25%
G=30.73%
B=44.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961181700.440.3100.33222.1630.3352.16
Hex6076AA2C1F021de1e34
Octal14016625254370413363664
Binary11000001110110101010101011001111101000011101111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6076AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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