Shades of Chetwode Blue #6B76AE
Tints of Chetwode Blue #6B76AE
RGB
CMYK
RGB Variations
Color information
#6B76AE (or 0x6B76AE) is known color: Chetwode Blue. HEX triplet: 6B, 76 and AE. RGB value is (107,118,174). Sum of RGB (Red+Green+Blue) = 107+118+174=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B76AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B76AE is #948951. Grayscale: #787878. Windows color (decimal): -9734482 or 11433579. OLE color: 11433579.
HSL color Cylindrical-coordinate representation of color #6B76AE: hue angle of 230.15º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B76AE is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 118 | 174 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.32 |
| HSL | 230.15º | 0.29% | 0.55% | - |
| HSV(B) | 230.15º | 0.39% | 0.68% | - |
| XYZ | 20.18 | 19.14 | 42.67 | - |
| YUV | 121.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 174 | 0.39 | 0.32 | 0 | 0.32 | 230.15 | 0.29 | 0.55 |
| Hex | 6B | 76 | AE | 27 | 20 | 0 | 20 | E6 | 1D | 37 |
| Octal | 153 | 166 | 256 | 47 | 40 | 0 | 40 | 346 | 35 | 67 |
| Binary | 1101011 | 1110110 | 10101110 | 100111 | 100000 | 0 | 100000 | 11100110 | 11101 | 110111 |
Color Harmonies of #6B76AE
Complementary color
Monochromatic Colors of #6B76AE
Black with #6B76AE
Text Example
Text Example
White with #6B76AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B76AE; }
p { color: rgb(107,118,174); }
H1.HeaderClassName
{
color: #6B76AE;
}
.AnyTagClassName
{
color: #6B76AE;
}
</style>
background-color css
<style>
a { background-color: #6B76AE; }
a { background-color: rgb(107,118,174); }
div.DivClassName
{
background-color: #6B76AE;
}
.BgClassName
{
background-color: #6B76AE;
}
</style>
border-color css
<style>
span { border-color: #6B76AE; }
span { border-color: rgb(107,118,174); }
td.TdClassName
{
border-color: #6B76AE;
}
.TagClassName
{
border-color: #6B76AE;
}
</style>