Shades of Slate Blue #6168CC
Tints of Slate Blue #6168CC
RGB
CMYK
RGB Variations
Color information
#6168CC (or 0x6168CC) is known color: Slate Blue. HEX triplet: 61, 68 and CC. RGB value is (97,104,204). Sum of RGB (Red+Green+Blue) = 97+104+204=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #6168CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6168CC is #9E9733. Grayscale: #707070. Windows color (decimal): -10393396 or 13396065. OLE color: 13396065.
HSL color Cylindrical-coordinate representation of color #6168CC: hue angle of 236.07º degrees, saturation: 0.51, 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 #6168CC is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 104 | 204 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.2 |
| HSL | 236.07º | 0.51% | 0.59% | - |
| HSV(B) | 236.07º | 0.52% | 0.8% | - |
| XYZ | 20.78 | 16.8 | 59.27 | - |
| YUV | 113.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 204 | 0.52 | 0.49 | 0 | 0.2 | 236.07 | 0.51 | 0.59 |
| Hex | 61 | 68 | CC | 34 | 31 | 0 | 14 | EC | 33 | 3B |
| Octal | 141 | 150 | 314 | 64 | 61 | 0 | 24 | 354 | 63 | 73 |
| Binary | 1100001 | 1101000 | 11001100 | 110100 | 110001 | 0 | 10100 | 11101100 | 110011 | 111011 |
Color Harmonies of #6168CC
Complementary color
Monochromatic Colors of #6168CC
Black with #6168CC
Text Example
Text Example
White with #6168CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6168CC; }
p { color: rgb(97,104,204); }
H1.HeaderClassName
{
color: #6168CC;
}
.AnyTagClassName
{
color: #6168CC;
}
</style>
background-color css
<style>
a { background-color: #6168CC; }
a { background-color: rgb(97,104,204); }
div.DivClassName
{
background-color: #6168CC;
}
.BgClassName
{
background-color: #6168CC;
}
</style>
border-color css
<style>
span { border-color: #6168CC; }
span { border-color: rgb(97,104,204); }
td.TdClassName
{
border-color: #6168CC;
}
.TagClassName
{
border-color: #6168CC;
}
</style>