Shades of Slate Blue #6D67CE
Tints of Slate Blue #6D67CE
RGB
CMYK
RGB Variations
Color information
#6D67CE (or 0x6D67CE) is known color: Slate Blue. HEX triplet: 6D, 67 and CE. RGB value is (109,103,206). Sum of RGB (Red+Green+Blue) = 109+103+206=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D67CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D67CE is #929831. Grayscale: #747474. Windows color (decimal): -9607218 or 13526893. OLE color: 13526893.
HSL color Cylindrical-coordinate representation of color #6D67CE: hue angle of 243.5º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D67CE is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 103 | 206 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.19 |
| HSL | 243.5º | 0.51% | 0.61% | - |
| HSV(B) | 243.5º | 0.5% | 0.81% | - |
| XYZ | 22.3 | 17.41 | 60.58 | - |
| YUV | 116.54 | 178.49 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 206 | 0.47 | 0.50 | 0 | 0.19 | 243.5 | 0.51 | 0.61 |
| Hex | 6D | 67 | CE | 2F | 32 | 0 | 13 | F3 | 33 | 3D |
| Octal | 155 | 147 | 316 | 57 | 62 | 0 | 23 | 363 | 63 | 75 |
| Binary | 1101101 | 1100111 | 11001110 | 101111 | 110010 | 0 | 10011 | 11110011 | 110011 | 111101 |
Color Harmonies of #6D67CE
Complementary color
Monochromatic Colors of #6D67CE
Black with #6D67CE
Text Example
Text Example
White with #6D67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D67CE; }
p { color: rgb(109,103,206); }
H1.HeaderClassName
{
color: #6D67CE;
}
.AnyTagClassName
{
color: #6D67CE;
}
</style>
background-color css
<style>
a { background-color: #6D67CE; }
a { background-color: rgb(109,103,206); }
div.DivClassName
{
background-color: #6D67CE;
}
.BgClassName
{
background-color: #6D67CE;
}
</style>
border-color css
<style>
span { border-color: #6D67CE; }
span { border-color: rgb(109,103,206); }
td.TdClassName
{
border-color: #6D67CE;
}
.TagClassName
{
border-color: #6D67CE;
}
</style>