Shades of Chetwode Blue #6278CB
Tints of Chetwode Blue #6278CB
RGB
CMYK
RGB Variations
Color information
#6278CB (or 0x6278CB) is known color: Chetwode Blue. HEX triplet: 62, 78 and CB. RGB value is (98,120,203). Sum of RGB (Red+Green+Blue) = 98+120+203=421 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.28% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #6278CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6278CB is #9D8734. Grayscale: #7A7A7A. Windows color (decimal): -10323765 or 13334626. OLE color: 13334626.
HSL color Cylindrical-coordinate representation of color #6278CB: hue angle of 227.43º degrees, saturation: 0.5, 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 #6278CB is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 120 | 203 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.20 |
| HSL | 227.43º | 0.5% | 0.59% | - |
| HSV(B) | 227.43º | 0.52% | 0.8% | - |
| XYZ | 22.53 | 20.34 | 59.24 | - |
| YUV | 122.88 | 173.21 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 120 | 203 | 0.52 | 0.41 | 0 | 0.20 | 227.43 | 0.5 | 0.59 |
| Hex | 62 | 78 | CB | 34 | 29 | 0 | 14 | E3 | 32 | 3B |
| Octal | 142 | 170 | 313 | 64 | 51 | 0 | 24 | 343 | 62 | 73 |
| Binary | 1100010 | 1111000 | 11001011 | 110100 | 101001 | 0 | 10100 | 11100011 | 110010 | 111011 |
Color Harmonies of #6278CB
Complementary color
Monochromatic Colors of #6278CB
Black with #6278CB
Text Example
Text Example
White with #6278CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6278CB; }
p { color: rgb(98,120,203); }
H1.HeaderClassName
{
color: #6278CB;
}
.AnyTagClassName
{
color: #6278CB;
}
</style>
background-color css
<style>
a { background-color: #6278CB; }
a { background-color: rgb(98,120,203); }
div.DivClassName
{
background-color: #6278CB;
}
.BgClassName
{
background-color: #6278CB;
}
</style>
border-color css
<style>
span { border-color: #6278CB; }
span { border-color: rgb(98,120,203); }
td.TdClassName
{
border-color: #6278CB;
}
.TagClassName
{
border-color: #6278CB;
}
</style>