Shades of Slate Blue #6B62CA
Tints of Slate Blue #6B62CA
RGB
CMYK
RGB Variations
Color information
#6B62CA (or 0x6B62CA) is known color: Slate Blue. HEX triplet: 6B, 62 and CA. RGB value is (107,98,202). Sum of RGB (Red+Green+Blue) = 107+98+202=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B62CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B62CA is #949D35. Grayscale: #707070. Windows color (decimal): -9739574 or 13263467. OLE color: 13263467.
HSL color Cylindrical-coordinate representation of color #6B62CA: hue angle of 245.19º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B62CA is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 98 | 202 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.21 |
| HSL | 245.19º | 0.5% | 0.59% | - |
| HSV(B) | 245.19º | 0.51% | 0.79% | - |
| XYZ | 21.09 | 16.13 | 57.88 | - |
| YUV | 112.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 98 | 202 | 0.47 | 0.51 | 0 | 0.21 | 245.19 | 0.5 | 0.59 |
| Hex | 6B | 62 | CA | 2F | 33 | 0 | 15 | F5 | 32 | 3B |
| Octal | 153 | 142 | 312 | 57 | 63 | 0 | 25 | 365 | 62 | 73 |
| Binary | 1101011 | 1100010 | 11001010 | 101111 | 110011 | 0 | 10101 | 11110101 | 110010 | 111011 |
Color Harmonies of #6B62CA
Complementary color
Monochromatic Colors of #6B62CA
Black with #6B62CA
Text Example
Text Example
White with #6B62CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B62CA; }
p { color: rgb(107,98,202); }
H1.HeaderClassName
{
color: #6B62CA;
}
.AnyTagClassName
{
color: #6B62CA;
}
</style>
background-color css
<style>
a { background-color: #6B62CA; }
a { background-color: rgb(107,98,202); }
div.DivClassName
{
background-color: #6B62CA;
}
.BgClassName
{
background-color: #6B62CA;
}
</style>
border-color css
<style>
span { border-color: #6B62CA; }
span { border-color: rgb(107,98,202); }
td.TdClassName
{
border-color: #6B62CA;
}
.TagClassName
{
border-color: #6B62CA;
}
</style>