Shades of Chetwode Blue #6274CF
Tints of Chetwode Blue #6274CF
RGB
CMYK
RGB Variations
Color information
#6274CF (or 0x6274CF) is known color: Chetwode Blue. HEX triplet: 62, 74 and CF. RGB value is (98,116,207). Sum of RGB (Red+Green+Blue) = 98+116+207=421 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.28% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #6274CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6274CF is #9D8B30. Grayscale: #787878. Windows color (decimal): -10324785 or 13595746. OLE color: 13595746.
HSL color Cylindrical-coordinate representation of color #6274CF: hue angle of 230.09º 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 #6274CF is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 116 | 207 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.19 |
| HSL | 230.09º | 0.53% | 0.6% | - |
| HSV(B) | 230.09º | 0.53% | 0.81% | - |
| XYZ | 22.54 | 19.59 | 61.62 | - |
| YUV | 120.99 | 176.54 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 207 | 0.53 | 0.44 | 0 | 0.19 | 230.09 | 0.53 | 0.6 |
| Hex | 62 | 74 | CF | 35 | 2C | 0 | 13 | E6 | 35 | 3C |
| Octal | 142 | 164 | 317 | 65 | 54 | 0 | 23 | 346 | 65 | 74 |
| Binary | 1100010 | 1110100 | 11001111 | 110101 | 101100 | 0 | 10011 | 11100110 | 110101 | 111100 |
Color Harmonies of #6274CF
Complementary color
Monochromatic Colors of #6274CF
Black with #6274CF
Text Example
Text Example
White with #6274CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6274CF; }
p { color: rgb(98,116,207); }
H1.HeaderClassName
{
color: #6274CF;
}
.AnyTagClassName
{
color: #6274CF;
}
</style>
background-color css
<style>
a { background-color: #6274CF; }
a { background-color: rgb(98,116,207); }
div.DivClassName
{
background-color: #6274CF;
}
.BgClassName
{
background-color: #6274CF;
}
</style>
border-color css
<style>
span { border-color: #6274CF; }
span { border-color: rgb(98,116,207); }
td.TdClassName
{
border-color: #6274CF;
}
.TagClassName
{
border-color: #6274CF;
}
</style>