Shades of Chetwode Blue #6670B1
Tints of Chetwode Blue #6670B1
RGB
CMYK
RGB Variations
Color information
#6670B1 (or 0x6670B1) is known color: Chetwode Blue. HEX triplet: 66, 70 and B1. RGB value is (102,112,177). Sum of RGB (Red+Green+Blue) = 102+112+177=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #6670B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6670B1 is #998F4E. Grayscale: #747474. Windows color (decimal): -10063695 or 11628646. OLE color: 11628646.
HSL color Cylindrical-coordinate representation of color #6670B1: hue angle of 232º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6670B1 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 112 | 177 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.31 |
| HSL | 232º | 0.32% | 0.55% | - |
| HSV(B) | 232º | 0.42% | 0.69% | - |
| XYZ | 19.21 | 17.59 | 43.98 | - |
| YUV | 116.42 | 162.19 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 177 | 0.42 | 0.37 | 0 | 0.31 | 232 | 0.32 | 0.55 |
| Hex | 66 | 70 | B1 | 2A | 25 | 0 | 1F | E8 | 20 | 37 |
| Octal | 146 | 160 | 261 | 52 | 45 | 0 | 37 | 350 | 40 | 67 |
| Binary | 1100110 | 1110000 | 10110001 | 101010 | 100101 | 0 | 11111 | 11101000 | 100000 | 110111 |
Color Harmonies of #6670B1
Complementary color
Monochromatic Colors of #6670B1
Black with #6670B1
Text Example
Text Example
White with #6670B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6670B1; }
p { color: rgb(102,112,177); }
H1.HeaderClassName
{
color: #6670B1;
}
.AnyTagClassName
{
color: #6670B1;
}
</style>
background-color css
<style>
a { background-color: #6670B1; }
a { background-color: rgb(102,112,177); }
div.DivClassName
{
background-color: #6670B1;
}
.BgClassName
{
background-color: #6670B1;
}
</style>
border-color css
<style>
span { border-color: #6670B1; }
span { border-color: rgb(102,112,177); }
td.TdClassName
{
border-color: #6670B1;
}
.TagClassName
{
border-color: #6670B1;
}
</style>