Shades of Chetwode Blue #6976B6
Tints of Chetwode Blue #6976B6
RGB
CMYK
RGB Variations
Color information
#6976B6 (or 0x6976B6) is known color: Chetwode Blue. HEX triplet: 69, 76 and B6. RGB value is (105,118,182). Sum of RGB (Red+Green+Blue) = 105+118+182=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #6976B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6976B6 is #968949. Grayscale: #797979. Windows color (decimal): -9865546 or 11957865. OLE color: 11957865.
HSL color Cylindrical-coordinate representation of color #6976B6: hue angle of 229.87º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6976B6 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 118 | 182 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.29 |
| HSL | 229.87º | 0.35% | 0.56% | - |
| HSV(B) | 229.87º | 0.42% | 0.71% | - |
| XYZ | 20.75 | 19.34 | 46.89 | - |
| YUV | 121.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 118 | 182 | 0.42 | 0.35 | 0 | 0.29 | 229.87 | 0.35 | 0.56 |
| Hex | 69 | 76 | B6 | 2A | 23 | 0 | 1D | E6 | 23 | 38 |
| Octal | 151 | 166 | 266 | 52 | 43 | 0 | 35 | 346 | 43 | 70 |
| Binary | 1101001 | 1110110 | 10110110 | 101010 | 100011 | 0 | 11101 | 11100110 | 100011 | 111000 |
Color Harmonies of #6976B6
Complementary color
Monochromatic Colors of #6976B6
Black with #6976B6
Text Example
Text Example
White with #6976B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6976B6; }
p { color: rgb(105,118,182); }
H1.HeaderClassName
{
color: #6976B6;
}
.AnyTagClassName
{
color: #6976B6;
}
</style>
background-color css
<style>
a { background-color: #6976B6; }
a { background-color: rgb(105,118,182); }
div.DivClassName
{
background-color: #6976B6;
}
.BgClassName
{
background-color: #6976B6;
}
</style>
border-color css
<style>
span { border-color: #6976B6; }
span { border-color: rgb(105,118,182); }
td.TdClassName
{
border-color: #6976B6;
}
.TagClassName
{
border-color: #6976B6;
}
</style>