Shades of Chetwode Blue #6877DA
Tints of Chetwode Blue #6877DA
RGB
CMYK
RGB Variations
Color information
#6877DA (or 0x6877DA) is known color: Chetwode Blue. HEX triplet: 68, 77 and DA. RGB value is (104,119,218). Sum of RGB (Red+Green+Blue) = 104+119+218=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #6877DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6877DA is #978825. Grayscale: #7D7D7D. Windows color (decimal): -9930790 or 14317416. OLE color: 14317416.
HSL color Cylindrical-coordinate representation of color #6877DA: hue angle of 232.11º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6877DA is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 119 | 218 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.15 |
| HSL | 232.11º | 0.61% | 0.63% | - |
| HSV(B) | 232.11º | 0.52% | 0.85% | - |
| XYZ | 24.96 | 21.2 | 69.11 | - |
| YUV | 125.8 | 180.03 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 218 | 0.52 | 0.45 | 0 | 0.15 | 232.11 | 0.61 | 0.63 |
| Hex | 68 | 77 | DA | 34 | 2D | 0 | F | E8 | 3D | 3F |
| Octal | 150 | 167 | 332 | 64 | 55 | 0 | 17 | 350 | 75 | 77 |
| Binary | 1101000 | 1110111 | 11011010 | 110100 | 101101 | 0 | 1111 | 11101000 | 111101 | 111111 |
Color Harmonies of #6877DA
Complementary color
Monochromatic Colors of #6877DA
Black with #6877DA
Text Example
Text Example
White with #6877DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6877DA; }
p { color: rgb(104,119,218); }
H1.HeaderClassName
{
color: #6877DA;
}
.AnyTagClassName
{
color: #6877DA;
}
</style>
background-color css
<style>
a { background-color: #6877DA; }
a { background-color: rgb(104,119,218); }
div.DivClassName
{
background-color: #6877DA;
}
.BgClassName
{
background-color: #6877DA;
}
</style>
border-color css
<style>
span { border-color: #6877DA; }
span { border-color: rgb(104,119,218); }
td.TdClassName
{
border-color: #6877DA;
}
.TagClassName
{
border-color: #6877DA;
}
</style>