Shades of Slate Blue #6255CA
Tints of Slate Blue #6255CA
RGB
CMYK
RGB Variations
Color information
#6255CA (or 0x6255CA) is known color: Slate Blue. HEX triplet: 62, 55 and CA. RGB value is (98,85,202). Sum of RGB (Red+Green+Blue) = 98+85+202=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #6255CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6255CA is #9DAA35. Grayscale: #656565. Windows color (decimal): -10332726 or 13260130. OLE color: 13260130.
HSL color Cylindrical-coordinate representation of color #6255CA: hue angle of 246.67º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6255CA is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 85 | 202 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.21 |
| HSL | 246.67º | 0.52% | 0.56% | - |
| HSV(B) | 246.67º | 0.58% | 0.79% | - |
| XYZ | 18.95 | 13.36 | 57.46 | - |
| YUV | 102.23 | 184.31 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 202 | 0.51 | 0.58 | 0 | 0.21 | 246.67 | 0.52 | 0.56 |
| Hex | 62 | 55 | CA | 33 | 3A | 0 | 15 | F7 | 34 | 38 |
| Octal | 142 | 125 | 312 | 63 | 72 | 0 | 25 | 367 | 64 | 70 |
| Binary | 1100010 | 1010101 | 11001010 | 110011 | 111010 | 0 | 10101 | 11110111 | 110100 | 111000 |
Color Harmonies of #6255CA
Complementary color
Monochromatic Colors of #6255CA
Black with #6255CA
Text Example
Text Example
White with #6255CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6255CA; }
p { color: rgb(98,85,202); }
H1.HeaderClassName
{
color: #6255CA;
}
.AnyTagClassName
{
color: #6255CA;
}
</style>
background-color css
<style>
a { background-color: #6255CA; }
a { background-color: rgb(98,85,202); }
div.DivClassName
{
background-color: #6255CA;
}
.BgClassName
{
background-color: #6255CA;
}
</style>
border-color css
<style>
span { border-color: #6255CA; }
span { border-color: rgb(98,85,202); }
td.TdClassName
{
border-color: #6255CA;
}
.TagClassName
{
border-color: #6255CA;
}
</style>