#6077af

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

Shades of Chetwode Blue #6077AF

Tints of Chetwode Blue #6077AF

Color information

#6077AF (or 0x6077AF) is unknown color: approx Chetwode Blue. HEX triplet: 60, 77 and AF. RGB value is (96,119,175). Sum of RGB (Red+Green+Blue) = 96+119+175=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #6077AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6077AF is #9F8850. Grayscale: #767676. Windows color (decimal): -10455121 or 11499360. OLE color: 11499360.

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

Color convert

RGB96119175-
CMYK0.450.3200.31
HSL222.53º33.05%53.14%-
HSV(B)222.53º45.14%68.63%-
XYZ19.1618.7843.17-
YUV118.51159.88111.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.62%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 175 (68.75% from 255) = 44.87%
R=24.62%
G=30.51%
B=44.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961191750.450.3200.31222.5333.0553.14
Hex6077AF2D2001Fdf2135
Octal14016725755400373374165
Binary110000011101111010111110110110000001111111011111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6077af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6077af; }

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

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

<style>
 a { background-color: #6077af; }

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

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

<style>
 span { border-color: #6077af; }

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

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