#6076B5

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

Shades of Chetwode Blue #6076B5

Tints of Chetwode Blue #6076B5

Color information

#6076B5 (or 0x6076B5) is unknown color: approx Chetwode Blue. HEX triplet: 60, 76 and B5. RGB value is (96,118,181). Sum of RGB (Red+Green+Blue) = 96+118+181=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #6076B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6076B5 is #9F894A. Grayscale: #767676. Windows color (decimal): -10455371 or 11892320. OLE color: 11892320.

HSL color Cylindrical-coordinate representation of color #6076B5: hue angle of 224.47º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6076B5 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB96118181-
CMYK0.470.3500.29
HSL224.47º36.48%54.31%-
HSV(B)224.47º46.96%70.98%-
XYZ19.6418.7846.31-
YUV118.6163.21111.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.30%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 181 (71.09% from 255) = 45.82%
R=24.30%
G=29.87%
B=45.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961181810.470.3500.29224.4736.4854.31
Hex6076B52F2301De02436
Octal14016626557430353404466
Binary110000011101101011010110111110001101110111100000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6076B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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