Shades of Chetwode Blue #6771CC
Tints of Chetwode Blue #6771CC
RGB
CMYK
RGB Variations
Color information
#6771CC (or 0x6771CC) is known color: Chetwode Blue. HEX triplet: 67, 71 and CC. RGB value is (103,113,204). Sum of RGB (Red+Green+Blue) = 103+113+204=420 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.52% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #6771CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6771CC is #988E33. Grayscale: #787878. Windows color (decimal): -9997876 or 13398375. OLE color: 13398375.
HSL color Cylindrical-coordinate representation of color #6771CC: hue angle of 234.06º 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 #6771CC is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 113 | 204 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.2 |
| HSL | 234.06º | 0.5% | 0.6% | - |
| HSV(B) | 234.06º | 0.5% | 0.8% | - |
| XYZ | 22.4 | 19.05 | 59.62 | - |
| YUV | 120.38 | 175.19 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 204 | 0.50 | 0.45 | 0 | 0.2 | 234.06 | 0.5 | 0.6 |
| Hex | 67 | 71 | CC | 32 | 2D | 0 | 14 | EA | 32 | 3C |
| Octal | 147 | 161 | 314 | 62 | 55 | 0 | 24 | 352 | 62 | 74 |
| Binary | 1100111 | 1110001 | 11001100 | 110010 | 101101 | 0 | 10100 | 11101010 | 110010 | 111100 |
Color Harmonies of #6771CC
Complementary color
Monochromatic Colors of #6771CC
Black with #6771CC
Text Example
Text Example
White with #6771CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6771CC; }
p { color: rgb(103,113,204); }
H1.HeaderClassName
{
color: #6771CC;
}
.AnyTagClassName
{
color: #6771CC;
}
</style>
background-color css
<style>
a { background-color: #6771CC; }
a { background-color: rgb(103,113,204); }
div.DivClassName
{
background-color: #6771CC;
}
.BgClassName
{
background-color: #6771CC;
}
</style>
border-color css
<style>
span { border-color: #6771CC; }
span { border-color: rgb(103,113,204); }
td.TdClassName
{
border-color: #6771CC;
}
.TagClassName
{
border-color: #6771CC;
}
</style>