Shades of Slate Blue #6266CF
Tints of Slate Blue #6266CF
RGB
CMYK
RGB Variations
Color information
#6266CF (or 0x6266CF) is known color: Slate Blue. HEX triplet: 62, 66 and CF. RGB value is (98,102,207). Sum of RGB (Red+Green+Blue) = 98+102+207=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #6266CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6266CF is #9D9930. Grayscale: #707070. Windows color (decimal): -10328369 or 13592162. OLE color: 13592162.
HSL color Cylindrical-coordinate representation of color #6266CF: hue angle of 237.8º 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 #6266CF is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 102 | 207 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.19 |
| HSL | 237.8º | 0.53% | 0.6% | - |
| HSV(B) | 237.8º | 0.53% | 0.81% | - |
| XYZ | 21.05 | 16.6 | 61.13 | - |
| YUV | 112.77 | 181.17 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 207 | 0.53 | 0.51 | 0 | 0.19 | 237.8 | 0.53 | 0.6 |
| Hex | 62 | 66 | CF | 35 | 33 | 0 | 13 | EE | 35 | 3C |
| Octal | 142 | 146 | 317 | 65 | 63 | 0 | 23 | 356 | 65 | 74 |
| Binary | 1100010 | 1100110 | 11001111 | 110101 | 110011 | 0 | 10011 | 11101110 | 110101 | 111100 |
Color Harmonies of #6266CF
Complementary color
Monochromatic Colors of #6266CF
Black with #6266CF
Text Example
Text Example
White with #6266CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6266CF; }
p { color: rgb(98,102,207); }
H1.HeaderClassName
{
color: #6266CF;
}
.AnyTagClassName
{
color: #6266CF;
}
</style>
background-color css
<style>
a { background-color: #6266CF; }
a { background-color: rgb(98,102,207); }
div.DivClassName
{
background-color: #6266CF;
}
.BgClassName
{
background-color: #6266CF;
}
</style>
border-color css
<style>
span { border-color: #6266CF; }
span { border-color: rgb(98,102,207); }
td.TdClassName
{
border-color: #6266CF;
}
.TagClassName
{
border-color: #6266CF;
}
</style>