Shades of Slate Blue #6269CF
Tints of Slate Blue #6269CF
RGB
CMYK
RGB Variations
Color information
#6269CF (or 0x6269CF) is known color: Slate Blue. HEX triplet: 62, 69 and CF. RGB value is (98,105,207). Sum of RGB (Red+Green+Blue) = 98+105+207=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #6269CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6269CF is #9D9630. Grayscale: #727272. Windows color (decimal): -10327601 or 13592930. OLE color: 13592930.
HSL color Cylindrical-coordinate representation of color #6269CF: hue angle of 236.15º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6269CF is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 105 | 207 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.19 |
| HSL | 236.15º | 0.53% | 0.6% | - |
| HSV(B) | 236.15º | 0.53% | 0.81% | - |
| XYZ | 21.35 | 17.2 | 61.23 | - |
| YUV | 114.54 | 180.18 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 105 | 207 | 0.53 | 0.49 | 0 | 0.19 | 236.15 | 0.53 | 0.6 |
| Hex | 62 | 69 | CF | 35 | 31 | 0 | 13 | EC | 35 | 3C |
| Octal | 142 | 151 | 317 | 65 | 61 | 0 | 23 | 354 | 65 | 74 |
| Binary | 1100010 | 1101001 | 11001111 | 110101 | 110001 | 0 | 10011 | 11101100 | 110101 | 111100 |
Color Harmonies of #6269CF
Complementary color
Monochromatic Colors of #6269CF
Black with #6269CF
Text Example
Text Example
White with #6269CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6269CF; }
p { color: rgb(98,105,207); }
H1.HeaderClassName
{
color: #6269CF;
}
.AnyTagClassName
{
color: #6269CF;
}
</style>
background-color css
<style>
a { background-color: #6269CF; }
a { background-color: rgb(98,105,207); }
div.DivClassName
{
background-color: #6269CF;
}
.BgClassName
{
background-color: #6269CF;
}
</style>
border-color css
<style>
span { border-color: #6269CF; }
span { border-color: rgb(98,105,207); }
td.TdClassName
{
border-color: #6269CF;
}
.TagClassName
{
border-color: #6269CF;
}
</style>