Shades of Chetwode Blue #6777BE
Tints of Chetwode Blue #6777BE
RGB
CMYK
RGB Variations
Color information
#6777BE (or 0x6777BE) is known color: Chetwode Blue. HEX triplet: 67, 77 and BE. RGB value is (103,119,190). Sum of RGB (Red+Green+Blue) = 103+119+190=412 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #6777BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6777BE is #988841. Grayscale: #7A7A7A. Windows color (decimal): -9996354 or 12482407. OLE color: 12482407.
HSL color Cylindrical-coordinate representation of color #6777BE: hue angle of 228.97º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6777BE is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 119 | 190 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.25 |
| HSL | 228.97º | 0.4% | 0.57% | - |
| HSV(B) | 228.97º | 0.46% | 0.75% | - |
| XYZ | 21.48 | 19.79 | 51.4 | - |
| YUV | 122.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 190 | 0.46 | 0.37 | 0 | 0.25 | 228.97 | 0.4 | 0.57 |
| Hex | 67 | 77 | BE | 2E | 25 | 0 | 19 | E5 | 28 | 39 |
| Octal | 147 | 167 | 276 | 56 | 45 | 0 | 31 | 345 | 50 | 71 |
| Binary | 1100111 | 1110111 | 10111110 | 101110 | 100101 | 0 | 11001 | 11100101 | 101000 | 111001 |
Color Harmonies of #6777BE
Complementary color
Monochromatic Colors of #6777BE
Black with #6777BE
Text Example
Text Example
White with #6777BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6777BE; }
p { color: rgb(103,119,190); }
H1.HeaderClassName
{
color: #6777BE;
}
.AnyTagClassName
{
color: #6777BE;
}
</style>
background-color css
<style>
a { background-color: #6777BE; }
a { background-color: rgb(103,119,190); }
div.DivClassName
{
background-color: #6777BE;
}
.BgClassName
{
background-color: #6777BE;
}
</style>
border-color css
<style>
span { border-color: #6777BE; }
span { border-color: rgb(103,119,190); }
td.TdClassName
{
border-color: #6777BE;
}
.TagClassName
{
border-color: #6777BE;
}
</style>