#6272CF

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

Shades of Chetwode Blue #6272CF

Tints of Chetwode Blue #6272CF

Color information

#6272CF (or 0x6272CF) is unknown color: approx Chetwode Blue. HEX triplet: 62, 72 and CF. RGB value is (98,114,207). Sum of RGB (Red+Green+Blue) = 98+114+207=419 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.39% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #6272CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6272CF is #9D8D30. Grayscale: #777777. Windows color (decimal): -10325297 or 13595234. OLE color: 13595234.

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

Color convert

RGB98114207-
CMYK0.530.4500.19
HSL231.19º53.17%59.8%-
HSV(B)231.19º52.66%81.18%-
XYZ22.3219.1461.55-
YUV119.82177.2112.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.39%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 207 (81.25% from 255) = 49.40%
R=23.39%
G=27.21%
B=49.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal981142070.530.4500.19231.1953.1759.8
Hex6272CF352D013e7353c
Octal14216231765550233476574
Binary110001011100101100111111010110110101001111100111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6272CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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