Shades of Slate Blue #6266C8
Tints of Slate Blue #6266C8
RGB
CMYK
RGB Variations
Color information
#6266C8 (or 0x6266C8) is known color: Slate Blue. HEX triplet: 62, 66 and C8. RGB value is (98,102,200). Sum of RGB (Red+Green+Blue) = 98+102+200=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 200 (78.52% from 255 or 50% from 400); Max value from RGB is 200 - color contains mainly: blue. Hex color #6266C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6266C8 is #9D9937. Grayscale: #6F6F6F. Windows color (decimal): -10328376 or 13133410. OLE color: 13133410.
HSL color Cylindrical-coordinate representation of color #6266C8: hue angle of 237.65º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6266C8 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 102 | 200 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.22 |
| HSL | 237.65º | 0.48% | 0.58% | - |
| HSV(B) | 237.65º | 0.51% | 0.78% | - |
| XYZ | 20.21 | 16.27 | 56.72 | - |
| YUV | 111.98 | 177.67 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 200 | 0.51 | 0.49 | 0 | 0.22 | 237.65 | 0.48 | 0.58 |
| Hex | 62 | 66 | C8 | 33 | 31 | 0 | 16 | EE | 30 | 3A |
| Octal | 142 | 146 | 310 | 63 | 61 | 0 | 26 | 356 | 60 | 72 |
| Binary | 1100010 | 1100110 | 11001000 | 110011 | 110001 | 0 | 10110 | 11101110 | 110000 | 111010 |
Color Harmonies of #6266C8
Complementary color
Monochromatic Colors of #6266C8
Black with #6266C8
Text Example
Text Example
White with #6266C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6266C8; }
p { color: rgb(98,102,200); }
H1.HeaderClassName
{
color: #6266C8;
}
.AnyTagClassName
{
color: #6266C8;
}
</style>
background-color css
<style>
a { background-color: #6266C8; }
a { background-color: rgb(98,102,200); }
div.DivClassName
{
background-color: #6266C8;
}
.BgClassName
{
background-color: #6266C8;
}
</style>
border-color css
<style>
span { border-color: #6266C8; }
span { border-color: rgb(98,102,200); }
td.TdClassName
{
border-color: #6266C8;
}
.TagClassName
{
border-color: #6266C8;
}
</style>