#6272cd

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

Shades of Chetwode Blue #6272CD

Tints of Chetwode Blue #6272CD

Color information

#6272CD (or 0x6272CD) is unknown color: approx Chetwode Blue. HEX triplet: 62, 72 and CD. RGB value is (98,114,205). Sum of RGB (Red+Green+Blue) = 98+114+205=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #6272CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6272CD is #9D8D32. Grayscale: #777777. Windows color (decimal): -10325299 or 13464162. OLE color: 13464162.

HSL color Cylindrical-coordinate representation of color #6272CD: hue angle of 231.03º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6272CD is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB98114205-
CMYK0.520.4400.20
HSL231.03º51.69%59.41%-
HSV(B)231.03º52.2%80.39%-
XYZ22.0719.0460.27-
YUV119.59176.2112.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.50%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 205 (80.47% from 255) = 49.16%
R=23.50%
G=27.34%
B=49.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981142050.520.4400.20231.0351.6959.41
Hex6272CD342C014e7343b
Octal14216231564540243476473
Binary110001011100101100110111010010110001010011100111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6272cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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