Shades of Chetwode Blue #6F79A8
Tints of Chetwode Blue #6F79A8
RGB
CMYK
RGB Variations
Color information
#6F79A8 (or 0x6F79A8) is known color: Chetwode Blue. HEX triplet: 6F, 79 and A8. RGB value is (111,121,168). Sum of RGB (Red+Green+Blue) = 111+121+168=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 168 - color contains mainly: blue. Hex color #6F79A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F79A8 is #908657. Grayscale: #7B7B7B. Windows color (decimal): -9471576 or 11041135. OLE color: 11041135.
HSL color Cylindrical-coordinate representation of color #6F79A8: hue angle of 229.47º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F79A8 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 121 | 168 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.34 |
| HSL | 229.47º | 0.25% | 0.55% | - |
| HSV(B) | 229.47º | 0.34% | 0.66% | - |
| XYZ | 20.46 | 19.88 | 39.8 | - |
| YUV | 123.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 121 | 168 | 0.34 | 0.28 | 0 | 0.34 | 229.47 | 0.25 | 0.55 |
| Hex | 6F | 79 | A8 | 22 | 1C | 0 | 22 | E5 | 19 | 37 |
| Octal | 157 | 171 | 250 | 42 | 34 | 0 | 42 | 345 | 31 | 67 |
| Binary | 1101111 | 1111001 | 10101000 | 100010 | 11100 | 0 | 100010 | 11100101 | 11001 | 110111 |
Color Harmonies of #6F79A8
Complementary color
Monochromatic Colors of #6F79A8
Black with #6F79A8
Text Example
Text Example
White with #6F79A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F79A8; }
p { color: rgb(111,121,168); }
H1.HeaderClassName
{
color: #6F79A8;
}
.AnyTagClassName
{
color: #6F79A8;
}
</style>
background-color css
<style>
a { background-color: #6F79A8; }
a { background-color: rgb(111,121,168); }
div.DivClassName
{
background-color: #6F79A8;
}
.BgClassName
{
background-color: #6F79A8;
}
</style>
border-color css
<style>
span { border-color: #6F79A8; }
span { border-color: rgb(111,121,168); }
td.TdClassName
{
border-color: #6F79A8;
}
.TagClassName
{
border-color: #6F79A8;
}
</style>