Shades of Chetwode Blue #6977A5
Tints of Chetwode Blue #6977A5
RGB
CMYK
RGB Variations
Color information
#6977A5 (or 0x6977A5) is known color: Chetwode Blue. HEX triplet: 69, 77 and A5. RGB value is (105,119,165). Sum of RGB (Red+Green+Blue) = 105+119+165=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 165 - color contains mainly: blue. Hex color #6977A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6977A5 is #96885A. Grayscale: #777777. Windows color (decimal): -9865307 or 10844009. OLE color: 10844009.
HSL color Cylindrical-coordinate representation of color #6977A5: hue angle of 226º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6977A5 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 119 | 165 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.35 |
| HSL | 226º | 0.25% | 0.53% | - |
| HSV(B) | 226º | 0.36% | 0.65% | - |
| XYZ | 19.21 | 18.91 | 38.24 | - |
| YUV | 120.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 165 | 0.36 | 0.28 | 0 | 0.35 | 226 | 0.25 | 0.53 |
| Hex | 69 | 77 | A5 | 24 | 1C | 0 | 23 | E2 | 19 | 35 |
| Octal | 151 | 167 | 245 | 44 | 34 | 0 | 43 | 342 | 31 | 65 |
| Binary | 1101001 | 1110111 | 10100101 | 100100 | 11100 | 0 | 100011 | 11100010 | 11001 | 110101 |
Color Harmonies of #6977A5
Complementary color
Monochromatic Colors of #6977A5
Black with #6977A5
Text Example
Text Example
White with #6977A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6977A5; }
p { color: rgb(105,119,165); }
H1.HeaderClassName
{
color: #6977A5;
}
.AnyTagClassName
{
color: #6977A5;
}
</style>
background-color css
<style>
a { background-color: #6977A5; }
a { background-color: rgb(105,119,165); }
div.DivClassName
{
background-color: #6977A5;
}
.BgClassName
{
background-color: #6977A5;
}
</style>
border-color css
<style>
span { border-color: #6977A5; }
span { border-color: rgb(105,119,165); }
td.TdClassName
{
border-color: #6977A5;
}
.TagClassName
{
border-color: #6977A5;
}
</style>