#6072CF

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

Shades of Chetwode Blue #6072CF

Tints of Chetwode Blue #6072CF

Color information

#6072CF (or 0x6072CF) is unknown color: approx Chetwode Blue. HEX triplet: 60, 72 and CF. RGB value is (96,114,207). Sum of RGB (Red+Green+Blue) = 96+114+207=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #6072CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6072CF is #9F8D30. Grayscale: #767676. Windows color (decimal): -10456369 or 13595232. OLE color: 13595232.

HSL color Cylindrical-coordinate representation of color #6072CF: hue angle of 230.27º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6072CF is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB96114207-
CMYK0.540.4500.19
HSL230.27º53.62%59.41%-
HSV(B)230.27º53.62%81.18%-
XYZ22.119.0361.54-
YUV119.22177.54111.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.02%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 207 (81.25% from 255) = 49.64%
R=23.02%
G=27.34%
B=49.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961142070.540.4500.19230.2753.6259.41
Hex6072CF362D013e6363b
Octal14016231766550233466673
Binary110000011100101100111111011010110101001111100110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6072CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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