Shades of Slate Blue #6B4CC4
Tints of Slate Blue #6B4CC4
RGB
CMYK
RGB Variations
Color information
#6B4CC4 (or 0x6B4CC4) is known color: Slate Blue. HEX triplet: 6B, 4C and C4. RGB value is (107,76,196). Sum of RGB (Red+Green+Blue) = 107+76+196=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 196 (76.95% from 255 or 51.72% from 379); Max value from RGB is 196 - color contains mainly: blue. Hex color #6B4CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B4CC4 is #94B33B. Grayscale: #626262. Windows color (decimal): -9745212 or 12864619. OLE color: 12864619.
HSL color Cylindrical-coordinate representation of color #6B4CC4: hue angle of 255.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B4CC4 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 76 | 196 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.23 |
| HSL | 255.5º | 0.5% | 0.53% | - |
| HSV(B) | 255.5º | 0.61% | 0.77% | - |
| XYZ | 18.61 | 12.28 | 53.61 | - |
| YUV | 98.95 | 182.77 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 196 | 0.45 | 0.61 | 0 | 0.23 | 255.5 | 0.5 | 0.53 |
| Hex | 6B | 4C | C4 | 2D | 3D | 0 | 17 | 100 | 32 | 35 |
| Octal | 153 | 114 | 304 | 55 | 75 | 0 | 27 | 400 | 62 | 65 |
| Binary | 1101011 | 1001100 | 11000100 | 101101 | 111101 | 0 | 10111 | 100000000 | 110010 | 110101 |
Color Harmonies of #6B4CC4
Complementary color
Monochromatic Colors of #6B4CC4
Black with #6B4CC4
Text Example
Text Example
White with #6B4CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4CC4; }
p { color: rgb(107,76,196); }
H1.HeaderClassName
{
color: #6B4CC4;
}
.AnyTagClassName
{
color: #6B4CC4;
}
</style>
background-color css
<style>
a { background-color: #6B4CC4; }
a { background-color: rgb(107,76,196); }
div.DivClassName
{
background-color: #6B4CC4;
}
.BgClassName
{
background-color: #6B4CC4;
}
</style>
border-color css
<style>
span { border-color: #6B4CC4; }
span { border-color: rgb(107,76,196); }
td.TdClassName
{
border-color: #6B4CC4;
}
.TagClassName
{
border-color: #6B4CC4;
}
</style>