#6072CC

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

Shades of Chetwode Blue #6072CC

Tints of Chetwode Blue #6072CC

Color information

#6072CC (or 0x6072CC) is unknown color: approx Chetwode Blue. HEX triplet: 60, 72 and CC. RGB value is (96,114,204). Sum of RGB (Red+Green+Blue) = 96+114+204=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #6072CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6072CC is #9F8D33. Grayscale: #767676. Windows color (decimal): -10456372 or 13398624. OLE color: 13398624.

HSL color Cylindrical-coordinate representation of color #6072CC: hue angle of 230º 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 #6072CC is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB96114204-
CMYK0.530.4400.2
HSL230º51.43%58.82%-
HSV(B)230º52.94%80%-
XYZ21.7418.8859.63-
YUV118.88176.04111.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.19%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 204 (80.08% from 255) = 49.28%
R=23.19%
G=27.54%
B=49.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal961142040.530.4400.223051.4358.82
Hex6072CC352C014e6333b
Octal14016231465540243466373
Binary110000011100101100110011010110110001010011100110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6072CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6072CC; }

 p { color: rgb(96,114,204); }

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

<style>
 a { background-color: #6072CC; }

 a { background-color: rgb(96,114,204); }

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

<style>
 span { border-color: #6072CC; }

 span { border-color: rgb(96,114,204); }

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