Shades of Chetwode Blue #6777B1
Tints of Chetwode Blue #6777B1
RGB
CMYK
RGB Variations
Color information
#6777B1 (or 0x6777B1) is known color: Chetwode Blue. HEX triplet: 67, 77 and B1. RGB value is (103,119,177). Sum of RGB (Red+Green+Blue) = 103+119+177=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 177 - color contains mainly: blue. Hex color #6777B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6777B1 is #98884E. Grayscale: #787878. Windows color (decimal): -9996367 or 11630439. OLE color: 11630439.
HSL color Cylindrical-coordinate representation of color #6777B1: hue angle of 227.03º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6777B1 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 119 | 177 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.31 |
| HSL | 227.03º | 0.32% | 0.55% | - |
| HSV(B) | 227.03º | 0.42% | 0.69% | - |
| XYZ | 20.13 | 19.25 | 44.25 | - |
| YUV | 120.83 | 159.7 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 177 | 0.42 | 0.33 | 0 | 0.31 | 227.03 | 0.32 | 0.55 |
| Hex | 67 | 77 | B1 | 2A | 21 | 0 | 1F | E3 | 20 | 37 |
| Octal | 147 | 167 | 261 | 52 | 41 | 0 | 37 | 343 | 40 | 67 |
| Binary | 1100111 | 1110111 | 10110001 | 101010 | 100001 | 0 | 11111 | 11100011 | 100000 | 110111 |
Color Harmonies of #6777B1
Complementary color
Monochromatic Colors of #6777B1
Black with #6777B1
Text Example
Text Example
White with #6777B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6777B1; }
p { color: rgb(103,119,177); }
H1.HeaderClassName
{
color: #6777B1;
}
.AnyTagClassName
{
color: #6777B1;
}
</style>
background-color css
<style>
a { background-color: #6777B1; }
a { background-color: rgb(103,119,177); }
div.DivClassName
{
background-color: #6777B1;
}
.BgClassName
{
background-color: #6777B1;
}
</style>
border-color css
<style>
span { border-color: #6777B1; }
span { border-color: rgb(103,119,177); }
td.TdClassName
{
border-color: #6777B1;
}
.TagClassName
{
border-color: #6777B1;
}
</style>