Shades of Slate Blue #6168CB
Tints of Slate Blue #6168CB
RGB
CMYK
RGB Variations
Color information
#6168CB (or 0x6168CB) is known color: Slate Blue. HEX triplet: 61, 68 and CB. RGB value is (97,104,203). Sum of RGB (Red+Green+Blue) = 97+104+203=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #6168CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6168CB is #9E9734. Grayscale: #707070. Windows color (decimal): -10393397 or 13330529. OLE color: 13330529.
HSL color Cylindrical-coordinate representation of color #6168CB: hue angle of 236.04º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6168CB is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 104 | 203 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.20 |
| HSL | 236.04º | 0.5% | 0.59% | - |
| HSV(B) | 236.04º | 0.52% | 0.8% | - |
| XYZ | 20.66 | 16.75 | 58.64 | - |
| YUV | 113.19 | 178.68 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 203 | 0.52 | 0.49 | 0 | 0.20 | 236.04 | 0.5 | 0.59 |
| Hex | 61 | 68 | CB | 34 | 31 | 0 | 14 | EC | 32 | 3B |
| Octal | 141 | 150 | 313 | 64 | 61 | 0 | 24 | 354 | 62 | 73 |
| Binary | 1100001 | 1101000 | 11001011 | 110100 | 110001 | 0 | 10100 | 11101100 | 110010 | 111011 |
Color Harmonies of #6168CB
Complementary color
Monochromatic Colors of #6168CB
Black with #6168CB
Text Example
Text Example
White with #6168CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6168CB; }
p { color: rgb(97,104,203); }
H1.HeaderClassName
{
color: #6168CB;
}
.AnyTagClassName
{
color: #6168CB;
}
</style>
background-color css
<style>
a { background-color: #6168CB; }
a { background-color: rgb(97,104,203); }
div.DivClassName
{
background-color: #6168CB;
}
.BgClassName
{
background-color: #6168CB;
}
</style>
border-color css
<style>
span { border-color: #6168CB; }
span { border-color: rgb(97,104,203); }
td.TdClassName
{
border-color: #6168CB;
}
.TagClassName
{
border-color: #6168CB;
}
</style>