Shades of Slate Blue #6852CB
Tints of Slate Blue #6852CB
RGB
CMYK
RGB Variations
Color information
#6852CB (or 0x6852CB) is known color: Slate Blue. HEX triplet: 68, 52 and CB. RGB value is (104,82,203). Sum of RGB (Red+Green+Blue) = 104+82+203=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #6852CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6852CB is #97AD34. Grayscale: #656565. Windows color (decimal): -9940277 or 13324904. OLE color: 13324904.
HSL color Cylindrical-coordinate representation of color #6852CB: hue angle of 250.91º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6852CB is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 82 | 203 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.20 |
| HSL | 250.91º | 0.54% | 0.56% | - |
| HSV(B) | 250.91º | 0.6% | 0.8% | - |
| XYZ | 19.51 | 13.29 | 58.04 | - |
| YUV | 102.37 | 184.79 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 203 | 0.49 | 0.60 | 0 | 0.20 | 250.91 | 0.54 | 0.56 |
| Hex | 68 | 52 | CB | 31 | 3C | 0 | 14 | FB | 36 | 38 |
| Octal | 150 | 122 | 313 | 61 | 74 | 0 | 24 | 373 | 66 | 70 |
| Binary | 1101000 | 1010010 | 11001011 | 110001 | 111100 | 0 | 10100 | 11111011 | 110110 | 111000 |
Color Harmonies of #6852CB
Complementary color
Monochromatic Colors of #6852CB
Black with #6852CB
Text Example
Text Example
White with #6852CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6852CB; }
p { color: rgb(104,82,203); }
H1.HeaderClassName
{
color: #6852CB;
}
.AnyTagClassName
{
color: #6852CB;
}
</style>
background-color css
<style>
a { background-color: #6852CB; }
a { background-color: rgb(104,82,203); }
div.DivClassName
{
background-color: #6852CB;
}
.BgClassName
{
background-color: #6852CB;
}
</style>
border-color css
<style>
span { border-color: #6852CB; }
span { border-color: rgb(104,82,203); }
td.TdClassName
{
border-color: #6852CB;
}
.TagClassName
{
border-color: #6852CB;
}
</style>