Shades of Chetwode Blue #6272CF
Tints of Chetwode Blue #6272CF
RGB
CMYK
RGB Variations
Color information
#6272CF (or 0x6272CF) is known color: 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
| RGB | 98 | 114 | 207 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.19 |
| HSL | 231.19º | 0.53% | 0.6% | - |
| HSV(B) | 231.19º | 0.53% | 0.81% | - |
| XYZ | 22.32 | 19.14 | 61.55 | - |
| YUV | 119.82 | 177.2 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 207 | 0.53 | 0.45 | 0 | 0.19 | 231.19 | 0.53 | 0.6 |
| Hex | 62 | 72 | CF | 35 | 2D | 0 | 13 | E7 | 35 | 3C |
| Octal | 142 | 162 | 317 | 65 | 55 | 0 | 23 | 347 | 65 | 74 |
| Binary | 1100010 | 1110010 | 11001111 | 110101 | 101101 | 0 | 10011 | 11100111 | 110101 | 111100 |
Color Harmonies of #6272CF
Complementary color
Monochromatic Colors of #6272CF
Black with #6272CF
Text Example
Text Example
White with #6272CF
Text Example
Text Example
HTML Codes & Css Web 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>