#6079AA

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

Shades of Chetwode Blue #6079AA

Tints of Chetwode Blue #6079AA

Color information

#6079AA (or 0x6079AA) is unknown color: approx Chetwode Blue. HEX triplet: 60, 79 and AA. RGB value is (96,121,170). Sum of RGB (Red+Green+Blue) = 96+121+170=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #6079AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6079AA is #9F8655. Grayscale: #767676. Windows color (decimal): -10454614 or 11172192. OLE color: 11172192.

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

Color convert

RGB96121170-
CMYK0.440.2900.33
HSL219.73º30.33%52.16%-
HSV(B)219.73º43.53%66.67%-
XYZ18.9219.0640.71-
YUV119.11156.72111.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=24.81%
G=31.27%
B=43.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961211700.440.2900.33219.7330.3352.16
Hex6079AA2C1D021dc1e34
Octal14017125254350413343664
Binary11000001111001101010101011001110101000011101110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6079AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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