Shades of Chetwode Blue #6271CF
Tints of Chetwode Blue #6271CF
RGB
CMYK
RGB Variations
Color information
#6271CF (or 0x6271CF) is known color: Chetwode Blue. HEX triplet: 62, 71 and CF. RGB value is (98,113,207). Sum of RGB (Red+Green+Blue) = 98+113+207=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #6271CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6271CF is #9D8E30. Grayscale: #767676. Windows color (decimal): -10325553 or 13594978. OLE color: 13594978.
HSL color Cylindrical-coordinate representation of color #6271CF: hue angle of 231.74º 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 #6271CF is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 113 | 207 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.19 |
| HSL | 231.74º | 0.53% | 0.6% | - |
| HSV(B) | 231.74º | 0.53% | 0.81% | - |
| XYZ | 22.2 | 18.91 | 61.51 | - |
| YUV | 119.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 113 | 207 | 0.53 | 0.45 | 0 | 0.19 | 231.74 | 0.53 | 0.6 |
| Hex | 62 | 71 | CF | 35 | 2D | 0 | 13 | E8 | 35 | 3C |
| Octal | 142 | 161 | 317 | 65 | 55 | 0 | 23 | 350 | 65 | 74 |
| Binary | 1100010 | 1110001 | 11001111 | 110101 | 101101 | 0 | 10011 | 11101000 | 110101 | 111100 |
Color Harmonies of #6271CF
Complementary color
Monochromatic Colors of #6271CF
Black with #6271CF
Text Example
Text Example
White with #6271CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6271CF; }
p { color: rgb(98,113,207); }
H1.HeaderClassName
{
color: #6271CF;
}
.AnyTagClassName
{
color: #6271CF;
}
</style>
background-color css
<style>
a { background-color: #6271CF; }
a { background-color: rgb(98,113,207); }
div.DivClassName
{
background-color: #6271CF;
}
.BgClassName
{
background-color: #6271CF;
}
</style>
border-color css
<style>
span { border-color: #6271CF; }
span { border-color: rgb(98,113,207); }
td.TdClassName
{
border-color: #6271CF;
}
.TagClassName
{
border-color: #6271CF;
}
</style>