Shades of Slate Blue #6A6CCB
Tints of Slate Blue #6A6CCB
RGB
CMYK
RGB Variations
Color information
#6A6CCB (or 0x6A6CCB) is known color: Slate Blue. HEX triplet: 6A, 6C and CB. RGB value is (106,108,203). Sum of RGB (Red+Green+Blue) = 106+108+203=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A6CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6CCB is #959334. Grayscale: #757575. Windows color (decimal): -9802549 or 13331562. OLE color: 13331562.
HSL color Cylindrical-coordinate representation of color #6A6CCB: hue angle of 238.76º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A6CCB is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 108 | 203 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.20 |
| HSL | 238.76º | 0.48% | 0.61% | - |
| HSV(B) | 238.76º | 0.48% | 0.8% | - |
| XYZ | 22.09 | 18.1 | 58.83 | - |
| YUV | 118.23 | 175.84 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 108 | 203 | 0.48 | 0.47 | 0 | 0.20 | 238.76 | 0.48 | 0.61 |
| Hex | 6A | 6C | CB | 30 | 2F | 0 | 14 | EF | 30 | 3D |
| Octal | 152 | 154 | 313 | 60 | 57 | 0 | 24 | 357 | 60 | 75 |
| Binary | 1101010 | 1101100 | 11001011 | 110000 | 101111 | 0 | 10100 | 11101111 | 110000 | 111101 |
Color Harmonies of #6A6CCB
Complementary color
Monochromatic Colors of #6A6CCB
Black with #6A6CCB
Text Example
Text Example
White with #6A6CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6CCB; }
p { color: rgb(106,108,203); }
H1.HeaderClassName
{
color: #6A6CCB;
}
.AnyTagClassName
{
color: #6A6CCB;
}
</style>
background-color css
<style>
a { background-color: #6A6CCB; }
a { background-color: rgb(106,108,203); }
div.DivClassName
{
background-color: #6A6CCB;
}
.BgClassName
{
background-color: #6A6CCB;
}
</style>
border-color css
<style>
span { border-color: #6A6CCB; }
span { border-color: rgb(106,108,203); }
td.TdClassName
{
border-color: #6A6CCB;
}
.TagClassName
{
border-color: #6A6CCB;
}
</style>