Shades of Chetwode Blue #6F769B
Tints of Chetwode Blue #6F769B
RGB
CMYK
RGB Variations
Color information
#6F769B (or 0x6F769B) is known color: Chetwode Blue. HEX triplet: 6F, 76 and 9B. RGB value is (111,118,155). Sum of RGB (Red+Green+Blue) = 111+118+155=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F769B is #908964. Grayscale: #777777. Windows color (decimal): -9472357 or 10188399. OLE color: 10188399.
HSL color Cylindrical-coordinate representation of color #6F769B: hue angle of 230.45º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F769B is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 118 | 155 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.39 |
| HSL | 230.45º | 0.18% | 0.52% | - |
| HSV(B) | 230.45º | 0.28% | 0.61% | - |
| XYZ | 18.95 | 18.7 | 33.62 | - |
| YUV | 120.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 155 | 0.28 | 0.24 | 0 | 0.39 | 230.45 | 0.18 | 0.52 |
| Hex | 6F | 76 | 9B | 1C | 18 | 0 | 27 | E6 | 12 | 34 |
| Octal | 157 | 166 | 233 | 34 | 30 | 0 | 47 | 346 | 22 | 64 |
| Binary | 1101111 | 1110110 | 10011011 | 11100 | 11000 | 0 | 100111 | 11100110 | 10010 | 110100 |
Color Harmonies of #6F769B
Complementary color
Monochromatic Colors of #6F769B
Black with #6F769B
Text Example
Text Example
White with #6F769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F769B; }
p { color: rgb(111,118,155); }
H1.HeaderClassName
{
color: #6F769B;
}
.AnyTagClassName
{
color: #6F769B;
}
</style>
background-color css
<style>
a { background-color: #6F769B; }
a { background-color: rgb(111,118,155); }
div.DivClassName
{
background-color: #6F769B;
}
.BgClassName
{
background-color: #6F769B;
}
</style>
border-color css
<style>
span { border-color: #6F769B; }
span { border-color: rgb(111,118,155); }
td.TdClassName
{
border-color: #6F769B;
}
.TagClassName
{
border-color: #6F769B;
}
</style>