Shades of Slate Blue #6954CC
Tints of Slate Blue #6954CC
RGB
CMYK
RGB Variations
Color information
#6954CC (or 0x6954CC) is known color: Slate Blue. HEX triplet: 69, 54 and CC. RGB value is (105,84,204). Sum of RGB (Red+Green+Blue) = 105+84+204=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #6954CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6954CC is #96AB33. Grayscale: #676767. Windows color (decimal): -9874228 or 13390953. OLE color: 13390953.
HSL color Cylindrical-coordinate representation of color #6954CC: hue angle of 250.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6954CC is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 84 | 204 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.2 |
| HSL | 250.5º | 0.54% | 0.56% | - |
| HSV(B) | 250.5º | 0.59% | 0.8% | - |
| XYZ | 19.9 | 13.7 | 58.72 | - |
| YUV | 103.96 | 184.46 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 84 | 204 | 0.49 | 0.59 | 0 | 0.2 | 250.5 | 0.54 | 0.56 |
| Hex | 69 | 54 | CC | 31 | 3B | 0 | 14 | FB | 36 | 38 |
| Octal | 151 | 124 | 314 | 61 | 73 | 0 | 24 | 373 | 66 | 70 |
| Binary | 1101001 | 1010100 | 11001100 | 110001 | 111011 | 0 | 10100 | 11111011 | 110110 | 111000 |
Color Harmonies of #6954CC
Complementary color
Monochromatic Colors of #6954CC
Black with #6954CC
Text Example
Text Example
White with #6954CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6954CC; }
p { color: rgb(105,84,204); }
H1.HeaderClassName
{
color: #6954CC;
}
.AnyTagClassName
{
color: #6954CC;
}
</style>
background-color css
<style>
a { background-color: #6954CC; }
a { background-color: rgb(105,84,204); }
div.DivClassName
{
background-color: #6954CC;
}
.BgClassName
{
background-color: #6954CC;
}
</style>
border-color css
<style>
span { border-color: #6954CC; }
span { border-color: rgb(105,84,204); }
td.TdClassName
{
border-color: #6954CC;
}
.TagClassName
{
border-color: #6954CC;
}
</style>