Shades of Chetwode Blue #6977B5
Tints of Chetwode Blue #6977B5
RGB
CMYK
RGB Variations
Color information
#6977B5 (or 0x6977B5) is known color: Chetwode Blue. HEX triplet: 69, 77 and B5. RGB value is (105,119,181). Sum of RGB (Red+Green+Blue) = 105+119+181=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 181 - color contains mainly: blue. Hex color #6977B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6977B5 is #96884A. Grayscale: #797979. Windows color (decimal): -9865291 or 11892585. OLE color: 11892585.
HSL color Cylindrical-coordinate representation of color #6977B5: hue angle of 228.95º degrees, saturation: 0.34, 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 #6977B5 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 105 | 119 | 181 | - |
CMYK | 0.42 | 0.34 | 0 | 0.29 |
HSL | 228.95º | 0.34% | 0.56% | - |
HSV(B) | 228.95º | 0.42% | 0.71% | - |
XYZ | 20.76 | 19.53 | 46.39 | - |
YUV | 121.88 | 161.36 | 115.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 105 | 119 | 181 | 0.42 | 0.34 | 0 | 0.29 | 228.95 | 0.34 | 0.56 |
Hex | 69 | 77 | B5 | 2A | 22 | 0 | 1D | E5 | 22 | 38 |
Octal | 151 | 167 | 265 | 52 | 42 | 0 | 35 | 345 | 42 | 70 |
Binary | 1101001 | 1110111 | 10110101 | 101010 | 100010 | 0 | 11101 | 11100101 | 100010 | 111000 |
Color Harmonies of #6977B5
Complementary color
Monochromatic Colors of #6977B5
Black with #6977B5
Text Example
Text Example
White with #6977B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6977B5; }
p { color: rgb(105,119,181); }
H1.HeaderClassName
{
color: #6977B5;
}
.AnyTagClassName
{
color: #6977B5;
}
</style>
background-color css
<style>
a { background-color: #6977B5; }
a { background-color: rgb(105,119,181); }
div.DivClassName
{
background-color: #6977B5;
}
.BgClassName
{
background-color: #6977B5;
}
</style>
border-color css
<style>
span { border-color: #6977B5; }
span { border-color: rgb(105,119,181); }
td.TdClassName
{
border-color: #6977B5;
}
.TagClassName
{
border-color: #6977B5;
}
</style>