Shades of Chetwode Blue #6672BF
Tints of Chetwode Blue #6672BF
RGB
CMYK
RGB Variations
Color information
#6672BF (or 0x6672BF) is known color: Chetwode Blue. HEX triplet: 66, 72 and BF. RGB value is (102,114,191). Sum of RGB (Red+Green+Blue) = 102+114+191=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #6672BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6672BF is #998D40. Grayscale: #767676. Windows color (decimal): -10063169 or 12546662. OLE color: 12546662.
HSL color Cylindrical-coordinate representation of color #6672BF: hue angle of 231.91º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6672BF is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 114 | 191 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.25 |
| HSL | 231.91º | 0.41% | 0.57% | - |
| HSV(B) | 231.91º | 0.47% | 0.75% | - |
| XYZ | 20.9 | 18.62 | 51.78 | - |
| YUV | 119.19 | 168.52 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 191 | 0.47 | 0.40 | 0 | 0.25 | 231.91 | 0.41 | 0.57 |
| Hex | 66 | 72 | BF | 2F | 28 | 0 | 19 | E8 | 29 | 39 |
| Octal | 146 | 162 | 277 | 57 | 50 | 0 | 31 | 350 | 51 | 71 |
| Binary | 1100110 | 1110010 | 10111111 | 101111 | 101000 | 0 | 11001 | 11101000 | 101001 | 111001 |
Color Harmonies of #6672BF
Complementary color
Monochromatic Colors of #6672BF
Black with #6672BF
Text Example
Text Example
White with #6672BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6672BF; }
p { color: rgb(102,114,191); }
H1.HeaderClassName
{
color: #6672BF;
}
.AnyTagClassName
{
color: #6672BF;
}
</style>
background-color css
<style>
a { background-color: #6672BF; }
a { background-color: rgb(102,114,191); }
div.DivClassName
{
background-color: #6672BF;
}
.BgClassName
{
background-color: #6672BF;
}
</style>
border-color css
<style>
span { border-color: #6672BF; }
span { border-color: rgb(102,114,191); }
td.TdClassName
{
border-color: #6672BF;
}
.TagClassName
{
border-color: #6672BF;
}
</style>