Shades of Slate Blue #6849CC
Tints of Slate Blue #6849CC
RGB
CMYK
RGB Variations
Color information
#6849CC (or 0x6849CC) is known color: Slate Blue. HEX triplet: 68, 49 and CC. RGB value is (104,73,204). Sum of RGB (Red+Green+Blue) = 104+73+204=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #6849CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6849CC is #97B633. Grayscale: #606060. Windows color (decimal): -9942580 or 13388136. OLE color: 13388136.
HSL color Cylindrical-coordinate representation of color #6849CC: hue angle of 254.2º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6849CC is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 73 | 204 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.2 |
| HSL | 254.2º | 0.56% | 0.54% | - |
| HSV(B) | 254.2º | 0.64% | 0.8% | - |
| XYZ | 18.99 | 12.07 | 58.46 | - |
| YUV | 97.2 | 188.27 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 204 | 0.49 | 0.64 | 0 | 0.2 | 254.2 | 0.56 | 0.54 |
| Hex | 68 | 49 | CC | 31 | 40 | 0 | 14 | FE | 38 | 36 |
| Octal | 150 | 111 | 314 | 61 | 100 | 0 | 24 | 376 | 70 | 66 |
| Binary | 1101000 | 1001001 | 11001100 | 110001 | 1000000 | 0 | 10100 | 11111110 | 111000 | 110110 |
Color Harmonies of #6849CC
Complementary color
Monochromatic Colors of #6849CC
Black with #6849CC
Text Example
Text Example
White with #6849CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6849CC; }
p { color: rgb(104,73,204); }
H1.HeaderClassName
{
color: #6849CC;
}
.AnyTagClassName
{
color: #6849CC;
}
</style>
background-color css
<style>
a { background-color: #6849CC; }
a { background-color: rgb(104,73,204); }
div.DivClassName
{
background-color: #6849CC;
}
.BgClassName
{
background-color: #6849CC;
}
</style>
border-color css
<style>
span { border-color: #6849CC; }
span { border-color: rgb(104,73,204); }
td.TdClassName
{
border-color: #6849CC;
}
.TagClassName
{
border-color: #6849CC;
}
</style>