Shades of Chetwode Blue #6771B4
Tints of Chetwode Blue #6771B4
RGB
CMYK
RGB Variations
Color information
#6771B4 (or 0x6771B4) is known color: Chetwode Blue. HEX triplet: 67, 71 and B4. RGB value is (103,113,180). Sum of RGB (Red+Green+Blue) = 103+113+180=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #6771B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6771B4 is #988E4B. Grayscale: #757575. Windows color (decimal): -9997900 or 11825511. OLE color: 11825511.
HSL color Cylindrical-coordinate representation of color #6771B4: hue angle of 232.21º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6771B4 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 113 | 180 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.29 |
| HSL | 232.21º | 0.34% | 0.55% | - |
| HSV(B) | 232.21º | 0.43% | 0.71% | - |
| XYZ | 19.74 | 17.99 | 45.61 | - |
| YUV | 117.65 | 163.19 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 180 | 0.43 | 0.37 | 0 | 0.29 | 232.21 | 0.34 | 0.55 |
| Hex | 67 | 71 | B4 | 2B | 25 | 0 | 1D | E8 | 22 | 37 |
| Octal | 147 | 161 | 264 | 53 | 45 | 0 | 35 | 350 | 42 | 67 |
| Binary | 1100111 | 1110001 | 10110100 | 101011 | 100101 | 0 | 11101 | 11101000 | 100010 | 110111 |
Color Harmonies of #6771B4
Complementary color
Monochromatic Colors of #6771B4
Black with #6771B4
Text Example
Text Example
White with #6771B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6771B4; }
p { color: rgb(103,113,180); }
H1.HeaderClassName
{
color: #6771B4;
}
.AnyTagClassName
{
color: #6771B4;
}
</style>
background-color css
<style>
a { background-color: #6771B4; }
a { background-color: rgb(103,113,180); }
div.DivClassName
{
background-color: #6771B4;
}
.BgClassName
{
background-color: #6771B4;
}
</style>
border-color css
<style>
span { border-color: #6771B4; }
span { border-color: rgb(103,113,180); }
td.TdClassName
{
border-color: #6771B4;
}
.TagClassName
{
border-color: #6771B4;
}
</style>