Shades of Chetwode Blue #6579CF
Tints of Chetwode Blue #6579CF
RGB
CMYK
RGB Variations
Color information
#6579CF (or 0x6579CF) is known color: Chetwode Blue. HEX triplet: 65, 79 and CF. RGB value is (101,121,207). Sum of RGB (Red+Green+Blue) = 101+121+207=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #6579CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6579CF is #9A8630. Grayscale: #7C7C7C. Windows color (decimal): -10126897 or 13597029. OLE color: 13597029.
HSL color Cylindrical-coordinate representation of color #6579CF: hue angle of 228.68º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6579CF is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 121 | 207 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.19 |
| HSL | 228.68º | 0.52% | 0.6% | - |
| HSV(B) | 228.68º | 0.51% | 0.81% | - |
| XYZ | 23.47 | 20.95 | 61.84 | - |
| YUV | 124.82 | 174.37 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 207 | 0.51 | 0.42 | 0 | 0.19 | 228.68 | 0.52 | 0.6 |
| Hex | 65 | 79 | CF | 33 | 2A | 0 | 13 | E5 | 34 | 3C |
| Octal | 145 | 171 | 317 | 63 | 52 | 0 | 23 | 345 | 64 | 74 |
| Binary | 1100101 | 1111001 | 11001111 | 110011 | 101010 | 0 | 10011 | 11100101 | 110100 | 111100 |
Color Harmonies of #6579CF
Complementary color
Monochromatic Colors of #6579CF
Black with #6579CF
Text Example
Text Example
White with #6579CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6579CF; }
p { color: rgb(101,121,207); }
H1.HeaderClassName
{
color: #6579CF;
}
.AnyTagClassName
{
color: #6579CF;
}
</style>
background-color css
<style>
a { background-color: #6579CF; }
a { background-color: rgb(101,121,207); }
div.DivClassName
{
background-color: #6579CF;
}
.BgClassName
{
background-color: #6579CF;
}
</style>
border-color css
<style>
span { border-color: #6579CF; }
span { border-color: rgb(101,121,207); }
td.TdClassName
{
border-color: #6579CF;
}
.TagClassName
{
border-color: #6579CF;
}
</style>