#6073CB

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

Shades of Chetwode Blue #6073CB

Tints of Chetwode Blue #6073CB

Color information

#6073CB (or 0x6073CB) is unknown color: approx Chetwode Blue. HEX triplet: 60, 73 and CB. RGB value is (96,115,203). Sum of RGB (Red+Green+Blue) = 96+115+203=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #6073CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6073CB is #9F8C34. Grayscale: #767676. Windows color (decimal): -10456117 or 13333344. OLE color: 13333344.

HSL color Cylindrical-coordinate representation of color #6073CB: hue angle of 229.35º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6073CB is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB96115203-
CMYK0.530.4300.20
HSL229.35º50.71%58.63%-
HSV(B)229.35º52.71%79.61%-
XYZ21.7319.0659.03-
YUV119.35175.21111.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.19%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 203 (79.69% from 255) = 49.03%
R=23.19%
G=27.78%
B=49.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961152030.530.4300.20229.3550.7158.63
Hex6073CB352B014e5333b
Octal14016331365530243456373
Binary110000011100111100101111010110101101010011100101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6073CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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