Shades of Slate Blue #6B62C2
Tints of Slate Blue #6B62C2
RGB
CMYK
RGB Variations
Color information
#6B62C2 (or 0x6B62C2) is known color: Slate Blue. HEX triplet: 6B, 62 and C2. RGB value is (107,98,194). Sum of RGB (Red+Green+Blue) = 107+98+194=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 194 (76.17% from 255 or 48.62% from 399); Max value from RGB is 194 - color contains mainly: blue. Hex color #6B62C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B62C2 is #949D3D. Grayscale: #6F6F6F. Windows color (decimal): -9739582 or 12739179. OLE color: 12739179.
HSL color Cylindrical-coordinate representation of color #6B62C2: hue angle of 245.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B62C2 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 98 | 194 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.24 |
| HSL | 245.63º | 0.44% | 0.57% | - |
| HSV(B) | 245.63º | 0.49% | 0.76% | - |
| XYZ | 20.17 | 15.76 | 53.02 | - |
| YUV | 111.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 98 | 194 | 0.45 | 0.49 | 0 | 0.24 | 245.63 | 0.44 | 0.57 |
| Hex | 6B | 62 | C2 | 2D | 31 | 0 | 18 | F6 | 2C | 39 |
| Octal | 153 | 142 | 302 | 55 | 61 | 0 | 30 | 366 | 54 | 71 |
| Binary | 1101011 | 1100010 | 11000010 | 101101 | 110001 | 0 | 11000 | 11110110 | 101100 | 111001 |
Color Harmonies of #6B62C2
Complementary color
Monochromatic Colors of #6B62C2
Black with #6B62C2
Text Example
Text Example
White with #6B62C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B62C2; }
p { color: rgb(107,98,194); }
H1.HeaderClassName
{
color: #6B62C2;
}
.AnyTagClassName
{
color: #6B62C2;
}
</style>
background-color css
<style>
a { background-color: #6B62C2; }
a { background-color: rgb(107,98,194); }
div.DivClassName
{
background-color: #6B62C2;
}
.BgClassName
{
background-color: #6B62C2;
}
</style>
border-color css
<style>
span { border-color: #6B62C2; }
span { border-color: rgb(107,98,194); }
td.TdClassName
{
border-color: #6B62C2;
}
.TagClassName
{
border-color: #6B62C2;
}
</style>