Shades of Slate Blue #6468CB
Tints of Slate Blue #6468CB
RGB
CMYK
RGB Variations
Color information
#6468CB (or 0x6468CB) is known color: Slate Blue. HEX triplet: 64, 68 and CB. RGB value is (100,104,203). Sum of RGB (Red+Green+Blue) = 100+104+203=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #6468CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6468CB is #9B9734. Grayscale: #717171. Windows color (decimal): -10196789 or 13330532. OLE color: 13330532.
HSL color Cylindrical-coordinate representation of color #6468CB: hue angle of 237.67º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6468CB is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 104 | 203 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.20 |
| HSL | 237.67º | 0.5% | 0.59% | - |
| HSV(B) | 237.67º | 0.51% | 0.8% | - |
| XYZ | 20.99 | 16.92 | 58.66 | - |
| YUV | 114.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 203 | 0.51 | 0.49 | 0 | 0.20 | 237.67 | 0.5 | 0.59 |
| Hex | 64 | 68 | CB | 33 | 31 | 0 | 14 | EE | 32 | 3B |
| Octal | 144 | 150 | 313 | 63 | 61 | 0 | 24 | 356 | 62 | 73 |
| Binary | 1100100 | 1101000 | 11001011 | 110011 | 110001 | 0 | 10100 | 11101110 | 110010 | 111011 |
Color Harmonies of #6468CB
Complementary color
Monochromatic Colors of #6468CB
Black with #6468CB
Text Example
Text Example
White with #6468CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6468CB; }
p { color: rgb(100,104,203); }
H1.HeaderClassName
{
color: #6468CB;
}
.AnyTagClassName
{
color: #6468CB;
}
</style>
background-color css
<style>
a { background-color: #6468CB; }
a { background-color: rgb(100,104,203); }
div.DivClassName
{
background-color: #6468CB;
}
.BgClassName
{
background-color: #6468CB;
}
</style>
border-color css
<style>
span { border-color: #6468CB; }
span { border-color: rgb(100,104,203); }
td.TdClassName
{
border-color: #6468CB;
}
.TagClassName
{
border-color: #6468CB;
}
</style>