Shades of Slate Blue #6944CB
Tints of Slate Blue #6944CB
RGB
CMYK
RGB Variations
Color information
#6944CB (or 0x6944CB) is known color: Slate Blue. HEX triplet: 69, 44 and CB. RGB value is (105,68,203). Sum of RGB (Red+Green+Blue) = 105+68+203=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #6944CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6944CB is #96BB34. Grayscale: #5D5D5D. Windows color (decimal): -9878325 or 13321321. OLE color: 13321321.
HSL color Cylindrical-coordinate representation of color #6944CB: hue angle of 256.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6944CB is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 68 | 203 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.20 |
| HSL | 256.44º | 0.56% | 0.53% | - |
| HSV(B) | 256.44º | 0.67% | 0.8% | - |
| XYZ | 18.67 | 11.45 | 57.73 | - |
| YUV | 94.45 | 189.26 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 203 | 0.48 | 0.67 | 0 | 0.20 | 256.44 | 0.56 | 0.53 |
| Hex | 69 | 44 | CB | 30 | 43 | 0 | 14 | 100 | 38 | 35 |
| Octal | 151 | 104 | 313 | 60 | 103 | 0 | 24 | 400 | 70 | 65 |
| Binary | 1101001 | 1000100 | 11001011 | 110000 | 1000011 | 0 | 10100 | 100000000 | 111000 | 110101 |
Color Harmonies of #6944CB
Complementary color
Monochromatic Colors of #6944CB
Black with #6944CB
Text Example
Text Example
White with #6944CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6944CB; }
p { color: rgb(105,68,203); }
H1.HeaderClassName
{
color: #6944CB;
}
.AnyTagClassName
{
color: #6944CB;
}
</style>
background-color css
<style>
a { background-color: #6944CB; }
a { background-color: rgb(105,68,203); }
div.DivClassName
{
background-color: #6944CB;
}
.BgClassName
{
background-color: #6944CB;
}
</style>
border-color css
<style>
span { border-color: #6944CB; }
span { border-color: rgb(105,68,203); }
td.TdClassName
{
border-color: #6944CB;
}
.TagClassName
{
border-color: #6944CB;
}
</style>