Shades of Chetwode Blue #6777CC
Tints of Chetwode Blue #6777CC
RGB
CMYK
RGB Variations
Color information
#6777CC (or 0x6777CC) is known color: Chetwode Blue. HEX triplet: 67, 77 and CC. RGB value is (103,119,204). Sum of RGB (Red+Green+Blue) = 103+119+204=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #6777CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6777CC is #988833. Grayscale: #7B7B7B. Windows color (decimal): -9996340 or 13399911. OLE color: 13399911.
HSL color Cylindrical-coordinate representation of color #6777CC: hue angle of 230.5º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6777CC is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 119 | 204 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.2 |
| HSL | 230.5º | 0.5% | 0.6% | - |
| HSV(B) | 230.5º | 0.5% | 0.8% | - |
| XYZ | 23.09 | 20.44 | 59.85 | - |
| YUV | 123.91 | 173.2 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 204 | 0.50 | 0.42 | 0 | 0.2 | 230.5 | 0.5 | 0.6 |
| Hex | 67 | 77 | CC | 32 | 2A | 0 | 14 | E6 | 32 | 3C |
| Octal | 147 | 167 | 314 | 62 | 52 | 0 | 24 | 346 | 62 | 74 |
| Binary | 1100111 | 1110111 | 11001100 | 110010 | 101010 | 0 | 10100 | 11100110 | 110010 | 111100 |
Color Harmonies of #6777CC
Complementary color
Monochromatic Colors of #6777CC
Black with #6777CC
Text Example
Text Example
White with #6777CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6777CC; }
p { color: rgb(103,119,204); }
H1.HeaderClassName
{
color: #6777CC;
}
.AnyTagClassName
{
color: #6777CC;
}
</style>
background-color css
<style>
a { background-color: #6777CC; }
a { background-color: rgb(103,119,204); }
div.DivClassName
{
background-color: #6777CC;
}
.BgClassName
{
background-color: #6777CC;
}
</style>
border-color css
<style>
span { border-color: #6777CC; }
span { border-color: rgb(103,119,204); }
td.TdClassName
{
border-color: #6777CC;
}
.TagClassName
{
border-color: #6777CC;
}
</style>