Shades of Slate Blue #6C59CB
Tints of Slate Blue #6C59CB
RGB
CMYK
RGB Variations
Color information
#6C59CB (or 0x6C59CB) is known color: Slate Blue. HEX triplet: 6C, 59 and CB. RGB value is (108,89,203). Sum of RGB (Red+Green+Blue) = 108+89+203=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C59CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C59CB is #93A634. Grayscale: #6B6B6B. Windows color (decimal): -9676341 or 13326700. OLE color: 13326700.
HSL color Cylindrical-coordinate representation of color #6C59CB: hue angle of 250º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C59CB is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 89 | 203 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.20 |
| HSL | 250º | 0.52% | 0.57% | - |
| HSV(B) | 250º | 0.56% | 0.8% | - |
| XYZ | 20.54 | 14.64 | 58.24 | - |
| YUV | 107.68 | 181.79 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 89 | 203 | 0.47 | 0.56 | 0 | 0.20 | 250 | 0.52 | 0.57 |
| Hex | 6C | 59 | CB | 2F | 38 | 0 | 14 | FA | 34 | 39 |
| Octal | 154 | 131 | 313 | 57 | 70 | 0 | 24 | 372 | 64 | 71 |
| Binary | 1101100 | 1011001 | 11001011 | 101111 | 111000 | 0 | 10100 | 11111010 | 110100 | 111001 |
Color Harmonies of #6C59CB
Complementary color
Monochromatic Colors of #6C59CB
Black with #6C59CB
Text Example
Text Example
White with #6C59CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C59CB; }
p { color: rgb(108,89,203); }
H1.HeaderClassName
{
color: #6C59CB;
}
.AnyTagClassName
{
color: #6C59CB;
}
</style>
background-color css
<style>
a { background-color: #6C59CB; }
a { background-color: rgb(108,89,203); }
div.DivClassName
{
background-color: #6C59CB;
}
.BgClassName
{
background-color: #6C59CB;
}
</style>
border-color css
<style>
span { border-color: #6C59CB; }
span { border-color: rgb(108,89,203); }
td.TdClassName
{
border-color: #6C59CB;
}
.TagClassName
{
border-color: #6C59CB;
}
</style>