Shades of Chetwode Blue #6671BA
Tints of Chetwode Blue #6671BA
RGB
CMYK
RGB Variations
Color information
#6671BA (or 0x6671BA) is known color: Chetwode Blue. HEX triplet: 66, 71 and BA. RGB value is (102,113,186). Sum of RGB (Red+Green+Blue) = 102+113+186=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #6671BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6671BA is #998E45. Grayscale: #757575. Windows color (decimal): -10063430 or 12218726. OLE color: 12218726.
HSL color Cylindrical-coordinate representation of color #6671BA: hue angle of 232.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6671BA is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 113 | 186 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.27 |
| HSL | 232.14º | 0.38% | 0.56% | - |
| HSV(B) | 232.14º | 0.45% | 0.73% | - |
| XYZ | 20.25 | 18.18 | 48.9 | - |
| YUV | 118.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 113 | 186 | 0.45 | 0.39 | 0 | 0.27 | 232.14 | 0.38 | 0.56 |
| Hex | 66 | 71 | BA | 2D | 27 | 0 | 1B | E8 | 26 | 38 |
| Octal | 146 | 161 | 272 | 55 | 47 | 0 | 33 | 350 | 46 | 70 |
| Binary | 1100110 | 1110001 | 10111010 | 101101 | 100111 | 0 | 11011 | 11101000 | 100110 | 111000 |
Color Harmonies of #6671BA
Complementary color
Monochromatic Colors of #6671BA
Black with #6671BA
Text Example
Text Example
White with #6671BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6671BA; }
p { color: rgb(102,113,186); }
H1.HeaderClassName
{
color: #6671BA;
}
.AnyTagClassName
{
color: #6671BA;
}
</style>
background-color css
<style>
a { background-color: #6671BA; }
a { background-color: rgb(102,113,186); }
div.DivClassName
{
background-color: #6671BA;
}
.BgClassName
{
background-color: #6671BA;
}
</style>
border-color css
<style>
span { border-color: #6671BA; }
span { border-color: rgb(102,113,186); }
td.TdClassName
{
border-color: #6671BA;
}
.TagClassName
{
border-color: #6671BA;
}
</style>