Shades of Slate Blue #6A6BCD
Tints of Slate Blue #6A6BCD
RGB
CMYK
RGB Variations
Color information
#6A6BCD (or 0x6A6BCD) is known color: Slate Blue. HEX triplet: 6A, 6B and CD. RGB value is (106,107,205). Sum of RGB (Red+Green+Blue) = 106+107+205=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A6BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6BCD is #959432. Grayscale: #757575. Windows color (decimal): -9802803 or 13462378. OLE color: 13462378.
HSL color Cylindrical-coordinate representation of color #6A6BCD: hue angle of 239.39º degrees, saturation: 0.5, 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 #6A6BCD is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 107 | 205 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.20 |
| HSL | 239.39º | 0.5% | 0.61% | - |
| HSV(B) | 239.39º | 0.48% | 0.8% | - |
| XYZ | 22.22 | 17.99 | 60.06 | - |
| YUV | 117.87 | 177.17 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 107 | 205 | 0.48 | 0.48 | 0 | 0.20 | 239.39 | 0.5 | 0.61 |
| Hex | 6A | 6B | CD | 30 | 30 | 0 | 14 | EF | 32 | 3D |
| Octal | 152 | 153 | 315 | 60 | 60 | 0 | 24 | 357 | 62 | 75 |
| Binary | 1101010 | 1101011 | 11001101 | 110000 | 110000 | 0 | 10100 | 11101111 | 110010 | 111101 |
Color Harmonies of #6A6BCD
Complementary color
Monochromatic Colors of #6A6BCD
Black with #6A6BCD
Text Example
Text Example
White with #6A6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6BCD; }
p { color: rgb(106,107,205); }
H1.HeaderClassName
{
color: #6A6BCD;
}
.AnyTagClassName
{
color: #6A6BCD;
}
</style>
background-color css
<style>
a { background-color: #6A6BCD; }
a { background-color: rgb(106,107,205); }
div.DivClassName
{
background-color: #6A6BCD;
}
.BgClassName
{
background-color: #6A6BCD;
}
</style>
border-color css
<style>
span { border-color: #6A6BCD; }
span { border-color: rgb(106,107,205); }
td.TdClassName
{
border-color: #6A6BCD;
}
.TagClassName
{
border-color: #6A6BCD;
}
</style>