Shades of Slate Blue #6B67CF
Tints of Slate Blue #6B67CF
RGB
CMYK
RGB Variations
Color information
#6B67CF (or 0x6B67CF) is known color: Slate Blue. HEX triplet: 6B, 67 and CF. RGB value is (107,103,207). Sum of RGB (Red+Green+Blue) = 107+103+207=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B67CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B67CF is #949830. Grayscale: #737373. Windows color (decimal): -9738289 or 13592427. OLE color: 13592427.
HSL color Cylindrical-coordinate representation of color #6B67CF: hue angle of 242.31º degrees, saturation: 0.52, 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 #6B67CF is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 103 | 207 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.19 |
| HSL | 242.31º | 0.52% | 0.61% | - |
| HSV(B) | 242.31º | 0.5% | 0.81% | - |
| XYZ | 22.18 | 17.33 | 61.21 | - |
| YUV | 116.05 | 179.33 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 207 | 0.48 | 0.50 | 0 | 0.19 | 242.31 | 0.52 | 0.61 |
| Hex | 6B | 67 | CF | 30 | 32 | 0 | 13 | F2 | 34 | 3D |
| Octal | 153 | 147 | 317 | 60 | 62 | 0 | 23 | 362 | 64 | 75 |
| Binary | 1101011 | 1100111 | 11001111 | 110000 | 110010 | 0 | 10011 | 11110010 | 110100 | 111101 |
Color Harmonies of #6B67CF
Complementary color
Monochromatic Colors of #6B67CF
Black with #6B67CF
Text Example
Text Example
White with #6B67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B67CF; }
p { color: rgb(107,103,207); }
H1.HeaderClassName
{
color: #6B67CF;
}
.AnyTagClassName
{
color: #6B67CF;
}
</style>
background-color css
<style>
a { background-color: #6B67CF; }
a { background-color: rgb(107,103,207); }
div.DivClassName
{
background-color: #6B67CF;
}
.BgClassName
{
background-color: #6B67CF;
}
</style>
border-color css
<style>
span { border-color: #6B67CF; }
span { border-color: rgb(107,103,207); }
td.TdClassName
{
border-color: #6B67CF;
}
.TagClassName
{
border-color: #6B67CF;
}
</style>