Shades of Chetwode Blue #6468BC
Tints of Chetwode Blue #6468BC
RGB
CMYK
RGB Variations
Color information
#6468BC (or 0x6468BC) is known color: Chetwode Blue. HEX triplet: 64, 68 and BC. RGB value is (100,104,188). Sum of RGB (Red+Green+Blue) = 100+104+188=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #6468BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6468BC is #9B9743. Grayscale: #707070. Windows color (decimal): -10196804 or 12347492. OLE color: 12347492.
HSL color Cylindrical-coordinate representation of color #6468BC: hue angle of 237.27º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6468BC is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 104 | 188 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.26 |
| HSL | 237.27º | 0.4% | 0.56% | - |
| HSV(B) | 237.27º | 0.47% | 0.74% | - |
| XYZ | 19.28 | 16.24 | 49.7 | - |
| YUV | 112.38 | 170.67 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 188 | 0.47 | 0.45 | 0 | 0.26 | 237.27 | 0.4 | 0.56 |
| Hex | 64 | 68 | BC | 2F | 2D | 0 | 1A | ED | 28 | 38 |
| Octal | 144 | 150 | 274 | 57 | 55 | 0 | 32 | 355 | 50 | 70 |
| Binary | 1100100 | 1101000 | 10111100 | 101111 | 101101 | 0 | 11010 | 11101101 | 101000 | 111000 |
Color Harmonies of #6468BC
Complementary color
Monochromatic Colors of #6468BC
Black with #6468BC
Text Example
Text Example
White with #6468BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6468BC; }
p { color: rgb(100,104,188); }
H1.HeaderClassName
{
color: #6468BC;
}
.AnyTagClassName
{
color: #6468BC;
}
</style>
background-color css
<style>
a { background-color: #6468BC; }
a { background-color: rgb(100,104,188); }
div.DivClassName
{
background-color: #6468BC;
}
.BgClassName
{
background-color: #6468BC;
}
</style>
border-color css
<style>
span { border-color: #6468BC; }
span { border-color: rgb(100,104,188); }
td.TdClassName
{
border-color: #6468BC;
}
.TagClassName
{
border-color: #6468BC;
}
</style>