Shades of Chetwode Blue #6275CB
Tints of Chetwode Blue #6275CB
RGB
CMYK
RGB Variations
Color information
#6275CB (or 0x6275CB) is known color: Chetwode Blue. HEX triplet: 62, 75 and CB. RGB value is (98,117,203). Sum of RGB (Red+Green+Blue) = 98+117+203=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #6275CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6275CB is #9D8A34. Grayscale: #787878. Windows color (decimal): -10324533 or 13333858. OLE color: 13333858.
HSL color Cylindrical-coordinate representation of color #6275CB: hue angle of 229.14º 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 #6275CB is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 117 | 203 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.20 |
| HSL | 229.14º | 0.5% | 0.59% | - |
| HSV(B) | 229.14º | 0.52% | 0.8% | - |
| XYZ | 22.18 | 19.63 | 59.12 | - |
| YUV | 121.12 | 174.21 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 117 | 203 | 0.52 | 0.42 | 0 | 0.20 | 229.14 | 0.5 | 0.59 |
| Hex | 62 | 75 | CB | 34 | 2A | 0 | 14 | E5 | 32 | 3B |
| Octal | 142 | 165 | 313 | 64 | 52 | 0 | 24 | 345 | 62 | 73 |
| Binary | 1100010 | 1110101 | 11001011 | 110100 | 101010 | 0 | 10100 | 11100101 | 110010 | 111011 |
Color Harmonies of #6275CB
Complementary color
Monochromatic Colors of #6275CB
Black with #6275CB
Text Example
Text Example
White with #6275CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6275CB; }
p { color: rgb(98,117,203); }
H1.HeaderClassName
{
color: #6275CB;
}
.AnyTagClassName
{
color: #6275CB;
}
</style>
background-color css
<style>
a { background-color: #6275CB; }
a { background-color: rgb(98,117,203); }
div.DivClassName
{
background-color: #6275CB;
}
.BgClassName
{
background-color: #6275CB;
}
</style>
border-color css
<style>
span { border-color: #6275CB; }
span { border-color: rgb(98,117,203); }
td.TdClassName
{
border-color: #6275CB;
}
.TagClassName
{
border-color: #6275CB;
}
</style>