Shades of Chetwode Blue #6270CF
Tints of Chetwode Blue #6270CF
RGB
CMYK
RGB Variations
Color information
#6270CF (or 0x6270CF) is known color: Chetwode Blue. HEX triplet: 62, 70 and CF. RGB value is (98,112,207). Sum of RGB (Red+Green+Blue) = 98+112+207=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 112 (44.14% from 255 or 26.86% 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 #6270CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6270CF is #9D8F30. Grayscale: #767676. Windows color (decimal): -10325809 or 13594722. OLE color: 13594722.
HSL color Cylindrical-coordinate representation of color #6270CF: hue angle of 232.29º 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 #6270CF is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 112 | 207 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.19 |
| HSL | 232.29º | 0.53% | 0.6% | - |
| HSV(B) | 232.29º | 0.53% | 0.81% | - |
| XYZ | 22.09 | 18.69 | 61.47 | - |
| YUV | 118.64 | 177.86 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 112 | 207 | 0.53 | 0.46 | 0 | 0.19 | 232.29 | 0.53 | 0.6 |
| Hex | 62 | 70 | CF | 35 | 2E | 0 | 13 | E8 | 35 | 3C |
| Octal | 142 | 160 | 317 | 65 | 56 | 0 | 23 | 350 | 65 | 74 |
| Binary | 1100010 | 1110000 | 11001111 | 110101 | 101110 | 0 | 10011 | 11101000 | 110101 | 111100 |
Color Harmonies of #6270CF
Complementary color
Monochromatic Colors of #6270CF
Black with #6270CF
Text Example
Text Example
White with #6270CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6270CF; }
p { color: rgb(98,112,207); }
H1.HeaderClassName
{
color: #6270CF;
}
.AnyTagClassName
{
color: #6270CF;
}
</style>
background-color css
<style>
a { background-color: #6270CF; }
a { background-color: rgb(98,112,207); }
div.DivClassName
{
background-color: #6270CF;
}
.BgClassName
{
background-color: #6270CF;
}
</style>
border-color css
<style>
span { border-color: #6270CF; }
span { border-color: rgb(98,112,207); }
td.TdClassName
{
border-color: #6270CF;
}
.TagClassName
{
border-color: #6270CF;
}
</style>