Shades of Chetwode Blue #6374CB
Tints of Chetwode Blue #6374CB
RGB
CMYK
RGB Variations
Color information
#6374CB (or 0x6374CB) is known color: Chetwode Blue. HEX triplet: 63, 74 and CB. RGB value is (99,116,203). Sum of RGB (Red+Green+Blue) = 99+116+203=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 116 (45.70% from 255 or 27.75% 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 #6374CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6374CB is #9C8B34. Grayscale: #787878. Windows color (decimal): -10259253 or 13333603. OLE color: 13333603.
HSL color Cylindrical-coordinate representation of color #6374CB: hue angle of 230.19º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6374CB is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 116 | 203 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.20 |
| HSL | 230.19º | 0.5% | 0.59% | - |
| HSV(B) | 230.19º | 0.51% | 0.8% | - |
| XYZ | 22.17 | 19.46 | 59.09 | - |
| YUV | 120.84 | 174.37 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 116 | 203 | 0.51 | 0.43 | 0 | 0.20 | 230.19 | 0.5 | 0.59 |
| Hex | 63 | 74 | CB | 33 | 2B | 0 | 14 | E6 | 32 | 3B |
| Octal | 143 | 164 | 313 | 63 | 53 | 0 | 24 | 346 | 62 | 73 |
| Binary | 1100011 | 1110100 | 11001011 | 110011 | 101011 | 0 | 10100 | 11100110 | 110010 | 111011 |
Color Harmonies of #6374CB
Complementary color
Monochromatic Colors of #6374CB
Black with #6374CB
Text Example
Text Example
White with #6374CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6374CB; }
p { color: rgb(99,116,203); }
H1.HeaderClassName
{
color: #6374CB;
}
.AnyTagClassName
{
color: #6374CB;
}
</style>
background-color css
<style>
a { background-color: #6374CB; }
a { background-color: rgb(99,116,203); }
div.DivClassName
{
background-color: #6374CB;
}
.BgClassName
{
background-color: #6374CB;
}
</style>
border-color css
<style>
span { border-color: #6374CB; }
span { border-color: rgb(99,116,203); }
td.TdClassName
{
border-color: #6374CB;
}
.TagClassName
{
border-color: #6374CB;
}
</style>