Shades of Slate Blue #6266CA
Tints of Slate Blue #6266CA
RGB
CMYK
RGB Variations
Color information
#6266CA (or 0x6266CA) is known color: Slate Blue. HEX triplet: 62, 66 and CA. RGB value is (98,102,202). Sum of RGB (Red+Green+Blue) = 98+102+202=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #6266CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6266CA is #9D9935. Grayscale: #6F6F6F. Windows color (decimal): -10328374 or 13264482. OLE color: 13264482.
HSL color Cylindrical-coordinate representation of color #6266CA: hue angle of 237.69º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6266CA is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 102 | 202 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.21 |
| HSL | 237.69º | 0.5% | 0.59% | - |
| HSV(B) | 237.69º | 0.51% | 0.79% | - |
| XYZ | 20.45 | 16.36 | 57.96 | - |
| YUV | 112.2 | 178.67 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 202 | 0.51 | 0.50 | 0 | 0.21 | 237.69 | 0.5 | 0.59 |
| Hex | 62 | 66 | CA | 33 | 32 | 0 | 15 | EE | 32 | 3B |
| Octal | 142 | 146 | 312 | 63 | 62 | 0 | 25 | 356 | 62 | 73 |
| Binary | 1100010 | 1100110 | 11001010 | 110011 | 110010 | 0 | 10101 | 11101110 | 110010 | 111011 |
Color Harmonies of #6266CA
Complementary color
Monochromatic Colors of #6266CA
Black with #6266CA
Text Example
Text Example
White with #6266CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6266CA; }
p { color: rgb(98,102,202); }
H1.HeaderClassName
{
color: #6266CA;
}
.AnyTagClassName
{
color: #6266CA;
}
</style>
background-color css
<style>
a { background-color: #6266CA; }
a { background-color: rgb(98,102,202); }
div.DivClassName
{
background-color: #6266CA;
}
.BgClassName
{
background-color: #6266CA;
}
</style>
border-color css
<style>
span { border-color: #6266CA; }
span { border-color: rgb(98,102,202); }
td.TdClassName
{
border-color: #6266CA;
}
.TagClassName
{
border-color: #6266CA;
}
</style>