Shades of Chetwode Blue #6679B2
Tints of Chetwode Blue #6679B2
RGB
CMYK
RGB Variations
Color information
#6679B2 (or 0x6679B2) is known color: Chetwode Blue. HEX triplet: 66, 79 and B2. RGB value is (102,121,178). Sum of RGB (Red+Green+Blue) = 102+121+178=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 178 - color contains mainly: blue. Hex color #6679B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6679B2 is #99864D. Grayscale: #797979. Windows color (decimal): -10061390 or 11696486. OLE color: 11696486.
HSL color Cylindrical-coordinate representation of color #6679B2: hue angle of 225º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6679B2 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 121 | 178 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.30 |
| HSL | 225º | 0.33% | 0.55% | - |
| HSV(B) | 225º | 0.43% | 0.7% | - |
| XYZ | 20.35 | 19.71 | 44.85 | - |
| YUV | 121.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 178 | 0.43 | 0.32 | 0 | 0.30 | 225 | 0.33 | 0.55 |
| Hex | 66 | 79 | B2 | 2B | 20 | 0 | 1E | E1 | 21 | 37 |
| Octal | 146 | 171 | 262 | 53 | 40 | 0 | 36 | 341 | 41 | 67 |
| Binary | 1100110 | 1111001 | 10110010 | 101011 | 100000 | 0 | 11110 | 11100001 | 100001 | 110111 |
Color Harmonies of #6679B2
Complementary color
Monochromatic Colors of #6679B2
Black with #6679B2
Text Example
Text Example
White with #6679B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6679B2; }
p { color: rgb(102,121,178); }
H1.HeaderClassName
{
color: #6679B2;
}
.AnyTagClassName
{
color: #6679B2;
}
</style>
background-color css
<style>
a { background-color: #6679B2; }
a { background-color: rgb(102,121,178); }
div.DivClassName
{
background-color: #6679B2;
}
.BgClassName
{
background-color: #6679B2;
}
</style>
border-color css
<style>
span { border-color: #6679B2; }
span { border-color: rgb(102,121,178); }
td.TdClassName
{
border-color: #6679B2;
}
.TagClassName
{
border-color: #6679B2;
}
</style>