Shades of Slate Blue #6255CC
Tints of Slate Blue #6255CC
RGB
CMYK
RGB Variations
Color information
#6255CC (or 0x6255CC) is known color: Slate Blue. HEX triplet: 62, 55 and CC. RGB value is (98,85,204). Sum of RGB (Red+Green+Blue) = 98+85+204=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #6255CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6255CC is #9DAA33. Grayscale: #656565. Windows color (decimal): -10332724 or 13391202. OLE color: 13391202.
HSL color Cylindrical-coordinate representation of color #6255CC: hue angle of 246.55º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6255CC is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 85 | 204 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.2 |
| HSL | 246.55º | 0.54% | 0.57% | - |
| HSV(B) | 246.55º | 0.58% | 0.8% | - |
| XYZ | 19.18 | 13.45 | 58.71 | - |
| YUV | 102.45 | 185.31 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 204 | 0.52 | 0.58 | 0 | 0.2 | 246.55 | 0.54 | 0.57 |
| Hex | 62 | 55 | CC | 34 | 3A | 0 | 14 | F7 | 36 | 39 |
| Octal | 142 | 125 | 314 | 64 | 72 | 0 | 24 | 367 | 66 | 71 |
| Binary | 1100010 | 1010101 | 11001100 | 110100 | 111010 | 0 | 10100 | 11110111 | 110110 | 111001 |
Color Harmonies of #6255CC
Complementary color
Monochromatic Colors of #6255CC
Black with #6255CC
Text Example
Text Example
White with #6255CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6255CC; }
p { color: rgb(98,85,204); }
H1.HeaderClassName
{
color: #6255CC;
}
.AnyTagClassName
{
color: #6255CC;
}
</style>
background-color css
<style>
a { background-color: #6255CC; }
a { background-color: rgb(98,85,204); }
div.DivClassName
{
background-color: #6255CC;
}
.BgClassName
{
background-color: #6255CC;
}
</style>
border-color css
<style>
span { border-color: #6255CC; }
span { border-color: rgb(98,85,204); }
td.TdClassName
{
border-color: #6255CC;
}
.TagClassName
{
border-color: #6255CC;
}
</style>