Shades of Chetwode Blue #6B77CE
Tints of Chetwode Blue #6B77CE
RGB
CMYK
RGB Variations
Color information
#6B77CE (or 0x6B77CE) is known color: Chetwode Blue. HEX triplet: 6B, 77 and CE. RGB value is (107,119,206). Sum of RGB (Red+Green+Blue) = 107+119+206=432 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.77% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B77CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B77CE is #948831. Grayscale: #7C7C7C. Windows color (decimal): -9734194 or 13530987. OLE color: 13530987.
HSL color Cylindrical-coordinate representation of color #6B77CE: hue angle of 232.73º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B77CE is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 119 | 206 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.19 |
| HSL | 232.73º | 0.5% | 0.61% | - |
| HSV(B) | 232.73º | 0.48% | 0.81% | - |
| XYZ | 23.8 | 20.78 | 61.15 | - |
| YUV | 125.33 | 173.52 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 206 | 0.48 | 0.42 | 0 | 0.19 | 232.73 | 0.5 | 0.61 |
| Hex | 6B | 77 | CE | 30 | 2A | 0 | 13 | E9 | 32 | 3D |
| Octal | 153 | 167 | 316 | 60 | 52 | 0 | 23 | 351 | 62 | 75 |
| Binary | 1101011 | 1110111 | 11001110 | 110000 | 101010 | 0 | 10011 | 11101001 | 110010 | 111101 |
Color Harmonies of #6B77CE
Complementary color
Monochromatic Colors of #6B77CE
Black with #6B77CE
Text Example
Text Example
White with #6B77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B77CE; }
p { color: rgb(107,119,206); }
H1.HeaderClassName
{
color: #6B77CE;
}
.AnyTagClassName
{
color: #6B77CE;
}
</style>
background-color css
<style>
a { background-color: #6B77CE; }
a { background-color: rgb(107,119,206); }
div.DivClassName
{
background-color: #6B77CE;
}
.BgClassName
{
background-color: #6B77CE;
}
</style>
border-color css
<style>
span { border-color: #6B77CE; }
span { border-color: rgb(107,119,206); }
td.TdClassName
{
border-color: #6B77CE;
}
.TagClassName
{
border-color: #6B77CE;
}
</style>