Shades of Chetwode Blue #6A79BC
Tints of Chetwode Blue #6A79BC
RGB
CMYK
RGB Variations
Color information
#6A79BC (or 0x6A79BC) is known color: Chetwode Blue. HEX triplet: 6A, 79 and BC. RGB value is (106,121,188). Sum of RGB (Red+Green+Blue) = 106+121+188=415 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.54% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A79BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A79BC is #958643. Grayscale: #7B7B7B. Windows color (decimal): -9799236 or 12351850. OLE color: 12351850.
HSL color Cylindrical-coordinate representation of color #6A79BC: hue angle of 229.02º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A79BC is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 121 | 188 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.26 |
| HSL | 229.02º | 0.38% | 0.58% | - |
| HSV(B) | 229.02º | 0.44% | 0.74% | - |
| XYZ | 21.86 | 20.37 | 50.36 | - |
| YUV | 124.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 121 | 188 | 0.44 | 0.36 | 0 | 0.26 | 229.02 | 0.38 | 0.58 |
| Hex | 6A | 79 | BC | 2C | 24 | 0 | 1A | E5 | 26 | 3A |
| Octal | 152 | 171 | 274 | 54 | 44 | 0 | 32 | 345 | 46 | 72 |
| Binary | 1101010 | 1111001 | 10111100 | 101100 | 100100 | 0 | 11010 | 11100101 | 100110 | 111010 |
Color Harmonies of #6A79BC
Complementary color
Monochromatic Colors of #6A79BC
Black with #6A79BC
Text Example
Text Example
White with #6A79BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A79BC; }
p { color: rgb(106,121,188); }
H1.HeaderClassName
{
color: #6A79BC;
}
.AnyTagClassName
{
color: #6A79BC;
}
</style>
background-color css
<style>
a { background-color: #6A79BC; }
a { background-color: rgb(106,121,188); }
div.DivClassName
{
background-color: #6A79BC;
}
.BgClassName
{
background-color: #6A79BC;
}
</style>
border-color css
<style>
span { border-color: #6A79BC; }
span { border-color: rgb(106,121,188); }
td.TdClassName
{
border-color: #6A79BC;
}
.TagClassName
{
border-color: #6A79BC;
}
</style>