Shades of Slate Blue #6266D6
Tints of Slate Blue #6266D6
RGB
CMYK
RGB Variations
Color information
#6266D6 (or 0x6266D6) is known color: Slate Blue. HEX triplet: 62, 66 and D6. RGB value is (98,102,214). Sum of RGB (Red+Green+Blue) = 98+102+214=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 214 (83.98% from 255 or 51.69% from 414); Max value from RGB is 214 - color contains mainly: blue. Hex color #6266D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6266D6 is #9D9929. Grayscale: #717171. Windows color (decimal): -10328362 or 14050914. OLE color: 14050914.
HSL color Cylindrical-coordinate representation of color #6266D6: hue angle of 237.93º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6266D6 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 102 | 214 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.16 |
| HSL | 237.93º | 0.59% | 0.61% | - |
| HSV(B) | 237.93º | 0.54% | 0.84% | - |
| XYZ | 21.93 | 16.95 | 65.74 | - |
| YUV | 113.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 214 | 0.54 | 0.52 | 0 | 0.16 | 237.93 | 0.59 | 0.61 |
| Hex | 62 | 66 | D6 | 36 | 34 | 0 | 10 | EE | 3B | 3D |
| Octal | 142 | 146 | 326 | 66 | 64 | 0 | 20 | 356 | 73 | 75 |
| Binary | 1100010 | 1100110 | 11010110 | 110110 | 110100 | 0 | 10000 | 11101110 | 111011 | 111101 |
Color Harmonies of #6266D6
Complementary color
Monochromatic Colors of #6266D6
Black with #6266D6
Text Example
Text Example
White with #6266D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6266D6; }
p { color: rgb(98,102,214); }
H1.HeaderClassName
{
color: #6266D6;
}
.AnyTagClassName
{
color: #6266D6;
}
</style>
background-color css
<style>
a { background-color: #6266D6; }
a { background-color: rgb(98,102,214); }
div.DivClassName
{
background-color: #6266D6;
}
.BgClassName
{
background-color: #6266D6;
}
</style>
border-color css
<style>
span { border-color: #6266D6; }
span { border-color: rgb(98,102,214); }
td.TdClassName
{
border-color: #6266D6;
}
.TagClassName
{
border-color: #6266D6;
}
</style>