Shades of Chetwode Blue #6579BE
Tints of Chetwode Blue #6579BE
RGB
CMYK
RGB Variations
Color information
#6579BE (or 0x6579BE) is known color: Chetwode Blue. HEX triplet: 65, 79 and BE. RGB value is (101,121,190). Sum of RGB (Red+Green+Blue) = 101+121+190=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #6579BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6579BE is #9A8641. Grayscale: #7A7A7A. Windows color (decimal): -10126914 or 12482917. OLE color: 12482917.
HSL color Cylindrical-coordinate representation of color #6579BE: hue angle of 226.52º 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 #6579BE is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 121 | 190 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.25 |
| HSL | 226.52º | 0.41% | 0.57% | - |
| HSV(B) | 226.52º | 0.47% | 0.75% | - |
| XYZ | 21.5 | 20.16 | 51.47 | - |
| YUV | 122.89 | 165.87 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 190 | 0.47 | 0.36 | 0 | 0.25 | 226.52 | 0.41 | 0.57 |
| Hex | 65 | 79 | BE | 2F | 24 | 0 | 19 | E3 | 29 | 39 |
| Octal | 145 | 171 | 276 | 57 | 44 | 0 | 31 | 343 | 51 | 71 |
| Binary | 1100101 | 1111001 | 10111110 | 101111 | 100100 | 0 | 11001 | 11100011 | 101001 | 111001 |
Color Harmonies of #6579BE
Complementary color
Monochromatic Colors of #6579BE
Black with #6579BE
Text Example
Text Example
White with #6579BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6579BE; }
p { color: rgb(101,121,190); }
H1.HeaderClassName
{
color: #6579BE;
}
.AnyTagClassName
{
color: #6579BE;
}
</style>
background-color css
<style>
a { background-color: #6579BE; }
a { background-color: rgb(101,121,190); }
div.DivClassName
{
background-color: #6579BE;
}
.BgClassName
{
background-color: #6579BE;
}
</style>
border-color css
<style>
span { border-color: #6579BE; }
span { border-color: rgb(101,121,190); }
td.TdClassName
{
border-color: #6579BE;
}
.TagClassName
{
border-color: #6579BE;
}
</style>