Shades of Chetwode Blue #6176CB
Tints of Chetwode Blue #6176CB
RGB
CMYK
RGB Variations
Color information
#6176CB (or 0x6176CB) is known color: Chetwode Blue. HEX triplet: 61, 76 and CB. RGB value is (97,118,203). Sum of RGB (Red+Green+Blue) = 97+118+203=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 118 (46.48% from 255 or 28.23% 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 #6176CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6176CB is #9E8934. Grayscale: #797979. Windows color (decimal): -10389813 or 13334113. OLE color: 13334113.
HSL color Cylindrical-coordinate representation of color #6176CB: hue angle of 228.11º 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 #6176CB is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 118 | 203 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.20 |
| HSL | 228.11º | 0.5% | 0.59% | - |
| HSV(B) | 228.11º | 0.52% | 0.8% | - |
| XYZ | 22.19 | 19.81 | 59.15 | - |
| YUV | 121.41 | 174.04 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 203 | 0.52 | 0.42 | 0 | 0.20 | 228.11 | 0.5 | 0.59 |
| Hex | 61 | 76 | CB | 34 | 2A | 0 | 14 | E4 | 32 | 3B |
| Octal | 141 | 166 | 313 | 64 | 52 | 0 | 24 | 344 | 62 | 73 |
| Binary | 1100001 | 1110110 | 11001011 | 110100 | 101010 | 0 | 10100 | 11100100 | 110010 | 111011 |
Color Harmonies of #6176CB
Complementary color
Monochromatic Colors of #6176CB
Black with #6176CB
Text Example
Text Example
White with #6176CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6176CB; }
p { color: rgb(97,118,203); }
H1.HeaderClassName
{
color: #6176CB;
}
.AnyTagClassName
{
color: #6176CB;
}
</style>
background-color css
<style>
a { background-color: #6176CB; }
a { background-color: rgb(97,118,203); }
div.DivClassName
{
background-color: #6176CB;
}
.BgClassName
{
background-color: #6176CB;
}
</style>
border-color css
<style>
span { border-color: #6176CB; }
span { border-color: rgb(97,118,203); }
td.TdClassName
{
border-color: #6176CB;
}
.TagClassName
{
border-color: #6176CB;
}
</style>