Shades of Slate Blue #6953CA
Tints of Slate Blue #6953CA
RGB
CMYK
RGB Variations
Color information
#6953CA (or 0x6953CA) is known color: Slate Blue. HEX triplet: 69, 53 and CA. RGB value is (105,83,202). Sum of RGB (Red+Green+Blue) = 105+83+202=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #6953CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953CA is #96AC35. Grayscale: #666666. Windows color (decimal): -9874486 or 13259625. OLE color: 13259625.
HSL color Cylindrical-coordinate representation of color #6953CA: hue angle of 251.09º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6953CA is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 83 | 202 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.21 |
| HSL | 251.09º | 0.53% | 0.56% | - |
| HSV(B) | 251.09º | 0.59% | 0.79% | - |
| XYZ | 19.58 | 13.45 | 57.44 | - |
| YUV | 103.14 | 183.79 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 202 | 0.48 | 0.59 | 0 | 0.21 | 251.09 | 0.53 | 0.56 |
| Hex | 69 | 53 | CA | 30 | 3B | 0 | 15 | FB | 35 | 38 |
| Octal | 151 | 123 | 312 | 60 | 73 | 0 | 25 | 373 | 65 | 70 |
| Binary | 1101001 | 1010011 | 11001010 | 110000 | 111011 | 0 | 10101 | 11111011 | 110101 | 111000 |
Color Harmonies of #6953CA
Complementary color
Monochromatic Colors of #6953CA
Black with #6953CA
Text Example
Text Example
White with #6953CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6953CA; }
p { color: rgb(105,83,202); }
H1.HeaderClassName
{
color: #6953CA;
}
.AnyTagClassName
{
color: #6953CA;
}
</style>
background-color css
<style>
a { background-color: #6953CA; }
a { background-color: rgb(105,83,202); }
div.DivClassName
{
background-color: #6953CA;
}
.BgClassName
{
background-color: #6953CA;
}
</style>
border-color css
<style>
span { border-color: #6953CA; }
span { border-color: rgb(105,83,202); }
td.TdClassName
{
border-color: #6953CA;
}
.TagClassName
{
border-color: #6953CA;
}
</style>