Shades of Chetwode Blue #6568AC
Tints of Chetwode Blue #6568AC
RGB
CMYK
RGB Variations
Color information
#6568AC (or 0x6568AC) is known color: Chetwode Blue. HEX triplet: 65, 68 and AC. RGB value is (101,104,172). Sum of RGB (Red+Green+Blue) = 101+104+172=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #6568AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6568AC is #9A9753. Grayscale: #6E6E6E. Windows color (decimal): -10131284 or 11298917. OLE color: 11298917.
HSL color Cylindrical-coordinate representation of color #6568AC: hue angle of 237.46º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6568AC is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 104 | 172 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.33 |
| HSL | 237.46º | 0.3% | 0.54% | - |
| HSV(B) | 237.46º | 0.41% | 0.67% | - |
| XYZ | 17.76 | 15.65 | 41.11 | - |
| YUV | 110.86 | 162.51 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 172 | 0.41 | 0.40 | 0 | 0.33 | 237.46 | 0.3 | 0.54 |
| Hex | 65 | 68 | AC | 29 | 28 | 0 | 21 | ED | 1E | 36 |
| Octal | 145 | 150 | 254 | 51 | 50 | 0 | 41 | 355 | 36 | 66 |
| Binary | 1100101 | 1101000 | 10101100 | 101001 | 101000 | 0 | 100001 | 11101101 | 11110 | 110110 |
Color Harmonies of #6568AC
Complementary color
Monochromatic Colors of #6568AC
Black with #6568AC
Text Example
Text Example
White with #6568AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6568AC; }
p { color: rgb(101,104,172); }
H1.HeaderClassName
{
color: #6568AC;
}
.AnyTagClassName
{
color: #6568AC;
}
</style>
background-color css
<style>
a { background-color: #6568AC; }
a { background-color: rgb(101,104,172); }
div.DivClassName
{
background-color: #6568AC;
}
.BgClassName
{
background-color: #6568AC;
}
</style>
border-color css
<style>
span { border-color: #6568AC; }
span { border-color: rgb(101,104,172); }
td.TdClassName
{
border-color: #6568AC;
}
.TagClassName
{
border-color: #6568AC;
}
</style>