Shades of Slate Blue #6944C8
Tints of Slate Blue #6944C8
RGB
CMYK
RGB Variations
Color information
#6944C8 (or 0x6944C8) is known color: Slate Blue. HEX triplet: 69, 44 and C8. RGB value is (105,68,200). Sum of RGB (Red+Green+Blue) = 105+68+200=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 200 (78.52% from 255 or 53.62% from 373); Max value from RGB is 200 - color contains mainly: blue. Hex color #6944C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6944C8 is #96BB37. Grayscale: #5D5D5D. Windows color (decimal): -9878328 or 13124713. OLE color: 13124713.
HSL color Cylindrical-coordinate representation of color #6944C8: hue angle of 256.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6944C8 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 68 | 200 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.22 |
| HSL | 256.82º | 0.55% | 0.53% | - |
| HSV(B) | 256.82º | 0.66% | 0.78% | - |
| XYZ | 18.32 | 11.31 | 55.86 | - |
| YUV | 94.11 | 187.76 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 200 | 0.48 | 0.66 | 0 | 0.22 | 256.82 | 0.55 | 0.53 |
| Hex | 69 | 44 | C8 | 30 | 42 | 0 | 16 | 101 | 37 | 35 |
| Octal | 151 | 104 | 310 | 60 | 102 | 0 | 26 | 401 | 67 | 65 |
| Binary | 1101001 | 1000100 | 11001000 | 110000 | 1000010 | 0 | 10110 | 100000001 | 110111 | 110101 |
Color Harmonies of #6944C8
Complementary color
Monochromatic Colors of #6944C8
Black with #6944C8
Text Example
Text Example
White with #6944C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6944C8; }
p { color: rgb(105,68,200); }
H1.HeaderClassName
{
color: #6944C8;
}
.AnyTagClassName
{
color: #6944C8;
}
</style>
background-color css
<style>
a { background-color: #6944C8; }
a { background-color: rgb(105,68,200); }
div.DivClassName
{
background-color: #6944C8;
}
.BgClassName
{
background-color: #6944C8;
}
</style>
border-color css
<style>
span { border-color: #6944C8; }
span { border-color: rgb(105,68,200); }
td.TdClassName
{
border-color: #6944C8;
}
.TagClassName
{
border-color: #6944C8;
}
</style>