Shades of Slate Blue #6B5FCC
Tints of Slate Blue #6B5FCC
RGB
CMYK
RGB Variations
Color information
#6B5FCC (or 0x6B5FCC) is known color: Slate Blue. HEX triplet: 6B, 5F and CC. RGB value is (107,95,204). Sum of RGB (Red+Green+Blue) = 107+95+204=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B5FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5FCC is #94A033. Grayscale: #6E6E6E. Windows color (decimal): -9740340 or 13393771. OLE color: 13393771.
HSL color Cylindrical-coordinate representation of color #6B5FCC: hue angle of 246.61º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B5FCC is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 95 | 204 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.2 |
| HSL | 246.61º | 0.52% | 0.59% | - |
| HSV(B) | 246.61º | 0.53% | 0.8% | - |
| XYZ | 21.05 | 15.67 | 59.04 | - |
| YUV | 111.01 | 180.48 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 204 | 0.48 | 0.53 | 0 | 0.2 | 246.61 | 0.52 | 0.59 |
| Hex | 6B | 5F | CC | 30 | 35 | 0 | 14 | F7 | 34 | 3B |
| Octal | 153 | 137 | 314 | 60 | 65 | 0 | 24 | 367 | 64 | 73 |
| Binary | 1101011 | 1011111 | 11001100 | 110000 | 110101 | 0 | 10100 | 11110111 | 110100 | 111011 |
Color Harmonies of #6B5FCC
Complementary color
Monochromatic Colors of #6B5FCC
Black with #6B5FCC
Text Example
Text Example
White with #6B5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5FCC; }
p { color: rgb(107,95,204); }
H1.HeaderClassName
{
color: #6B5FCC;
}
.AnyTagClassName
{
color: #6B5FCC;
}
</style>
background-color css
<style>
a { background-color: #6B5FCC; }
a { background-color: rgb(107,95,204); }
div.DivClassName
{
background-color: #6B5FCC;
}
.BgClassName
{
background-color: #6B5FCC;
}
</style>
border-color css
<style>
span { border-color: #6B5FCC; }
span { border-color: rgb(107,95,204); }
td.TdClassName
{
border-color: #6B5FCC;
}
.TagClassName
{
border-color: #6B5FCC;
}
</style>