Shades of Chetwode Blue #6674B9
Tints of Chetwode Blue #6674B9
RGB
CMYK
RGB Variations
Color information
#6674B9 (or 0x6674B9) is known color: Chetwode Blue. HEX triplet: 66, 74 and B9. RGB value is (102,116,185). Sum of RGB (Red+Green+Blue) = 102+116+185=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #6674B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6674B9 is #998B46. Grayscale: #777777. Windows color (decimal): -10062663 or 12153958. OLE color: 12153958.
HSL color Cylindrical-coordinate representation of color #6674B9: hue angle of 229.88º degrees, saturation: 0.37, 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 #6674B9 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 116 | 185 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.27 |
| HSL | 229.88º | 0.37% | 0.56% | - |
| HSV(B) | 229.88º | 0.45% | 0.73% | - |
| XYZ | 20.48 | 18.82 | 48.45 | - |
| YUV | 119.68 | 164.86 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 116 | 185 | 0.45 | 0.37 | 0 | 0.27 | 229.88 | 0.37 | 0.56 |
| Hex | 66 | 74 | B9 | 2D | 25 | 0 | 1B | E6 | 25 | 38 |
| Octal | 146 | 164 | 271 | 55 | 45 | 0 | 33 | 346 | 45 | 70 |
| Binary | 1100110 | 1110100 | 10111001 | 101101 | 100101 | 0 | 11011 | 11100110 | 100101 | 111000 |
Color Harmonies of #6674B9
Complementary color
Monochromatic Colors of #6674B9
Black with #6674B9
Text Example
Text Example
White with #6674B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6674B9; }
p { color: rgb(102,116,185); }
H1.HeaderClassName
{
color: #6674B9;
}
.AnyTagClassName
{
color: #6674B9;
}
</style>
background-color css
<style>
a { background-color: #6674B9; }
a { background-color: rgb(102,116,185); }
div.DivClassName
{
background-color: #6674B9;
}
.BgClassName
{
background-color: #6674B9;
}
</style>
border-color css
<style>
span { border-color: #6674B9; }
span { border-color: rgb(102,116,185); }
td.TdClassName
{
border-color: #6674B9;
}
.TagClassName
{
border-color: #6674B9;
}
</style>