#6073BA

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

Shades of Chetwode Blue #6073BA

Tints of Chetwode Blue #6073BA

Color information

#6073BA (or 0x6073BA) is unknown color: approx Chetwode Blue. HEX triplet: 60, 73 and BA. RGB value is (96,115,186). Sum of RGB (Red+Green+Blue) = 96+115+186=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #6073BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6073BA is #9F8C45. Grayscale: #757575. Windows color (decimal): -10456134 or 12219232. OLE color: 12219232.

HSL color Cylindrical-coordinate representation of color #6073BA: hue angle of 227.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6073BA is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96115186-
CMYK0.480.3800.27
HSL227.33º39.47%55.29%-
HSV(B)227.33º48.39%72.94%-
XYZ19.8218.2948.94-
YUV117.41166.71112.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.18%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=24.18%
G=28.97%
B=46.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961151860.480.3800.27227.3339.4755.29
Hex6073BA302601Be32737
Octal14016327260460333434767
Binary110000011100111011101011000010011001101111100011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6073BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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