Shades of Slate Blue #6F67CE
Tints of Slate Blue #6F67CE
RGB
CMYK
RGB Variations
Color information
#6F67CE (or 0x6F67CE) is known color: Slate Blue. HEX triplet: 6F, 67 and CE. RGB value is (111,103,206). Sum of RGB (Red+Green+Blue) = 111+103+206=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F67CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F67CE is #909831. Grayscale: #747474. Windows color (decimal): -9476146 or 13526895. OLE color: 13526895.
HSL color Cylindrical-coordinate representation of color #6F67CE: hue angle of 244.66º 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 #6F67CE is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 103 | 206 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.19 |
| HSL | 244.66º | 0.51% | 0.61% | - |
| HSV(B) | 244.66º | 0.5% | 0.81% | - |
| XYZ | 22.55 | 17.54 | 60.59 | - |
| YUV | 117.13 | 178.15 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 206 | 0.46 | 0.50 | 0 | 0.19 | 244.66 | 0.51 | 0.61 |
| Hex | 6F | 67 | CE | 2E | 32 | 0 | 13 | F5 | 33 | 3D |
| Octal | 157 | 147 | 316 | 56 | 62 | 0 | 23 | 365 | 63 | 75 |
| Binary | 1101111 | 1100111 | 11001110 | 101110 | 110010 | 0 | 10011 | 11110101 | 110011 | 111101 |
Color Harmonies of #6F67CE
Complementary color
Monochromatic Colors of #6F67CE
Black with #6F67CE
Text Example
Text Example
White with #6F67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F67CE; }
p { color: rgb(111,103,206); }
H1.HeaderClassName
{
color: #6F67CE;
}
.AnyTagClassName
{
color: #6F67CE;
}
</style>
background-color css
<style>
a { background-color: #6F67CE; }
a { background-color: rgb(111,103,206); }
div.DivClassName
{
background-color: #6F67CE;
}
.BgClassName
{
background-color: #6F67CE;
}
</style>
border-color css
<style>
span { border-color: #6F67CE; }
span { border-color: rgb(111,103,206); }
td.TdClassName
{
border-color: #6F67CE;
}
.TagClassName
{
border-color: #6F67CE;
}
</style>