#6073AC

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

Shades of Chetwode Blue #6073AC

Tints of Chetwode Blue #6073AC

Color information

#6073AC (or 0x6073AC) is unknown color: approx Chetwode Blue. HEX triplet: 60, 73 and AC. RGB value is (96,115,172). Sum of RGB (Red+Green+Blue) = 96+115+172=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #6073AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6073AC is #9F8C53. Grayscale: #737373. Windows color (decimal): -10456148 or 11301728. OLE color: 11301728.

HSL color Cylindrical-coordinate representation of color #6073AC: hue angle of 225º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6073AC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96115172-
CMYK0.440.3300.33
HSL225º31.4%52.55%-
HSV(B)225º44.19%67.45%-
XYZ18.417.7341.48-
YUV115.82159.71113.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.07%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=25.07%
G=30.03%
B=44.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961151720.440.3300.3322531.452.55
Hex6073AC2C21021e11f35
Octal14016325454410413413765
Binary110000011100111010110010110010000101000011110000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6073AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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