Shades of Slate Blue #6265CC
Tints of Slate Blue #6265CC
RGB
CMYK
RGB Variations
Color information
#6265CC (or 0x6265CC) is known color: Slate Blue. HEX triplet: 62, 65 and CC. RGB value is (98,101,204). Sum of RGB (Red+Green+Blue) = 98+101+204=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #6265CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6265CC is #9D9A33. Grayscale: #6F6F6F. Windows color (decimal): -10328628 or 13395298. OLE color: 13395298.
HSL color Cylindrical-coordinate representation of color #6265CC: hue angle of 238.3º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6265CC is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 101 | 204 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.2 |
| HSL | 238.3º | 0.51% | 0.59% | - |
| HSV(B) | 238.3º | 0.52% | 0.8% | - |
| XYZ | 20.59 | 16.26 | 59.18 | - |
| YUV | 111.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 204 | 0.52 | 0.50 | 0 | 0.2 | 238.3 | 0.51 | 0.59 |
| Hex | 62 | 65 | CC | 34 | 32 | 0 | 14 | EE | 33 | 3B |
| Octal | 142 | 145 | 314 | 64 | 62 | 0 | 24 | 356 | 63 | 73 |
| Binary | 1100010 | 1100101 | 11001100 | 110100 | 110010 | 0 | 10100 | 11101110 | 110011 | 111011 |
Color Harmonies of #6265CC
Complementary color
Monochromatic Colors of #6265CC
Black with #6265CC
Text Example
Text Example
White with #6265CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6265CC; }
p { color: rgb(98,101,204); }
H1.HeaderClassName
{
color: #6265CC;
}
.AnyTagClassName
{
color: #6265CC;
}
</style>
background-color css
<style>
a { background-color: #6265CC; }
a { background-color: rgb(98,101,204); }
div.DivClassName
{
background-color: #6265CC;
}
.BgClassName
{
background-color: #6265CC;
}
</style>
border-color css
<style>
span { border-color: #6265CC; }
span { border-color: rgb(98,101,204); }
td.TdClassName
{
border-color: #6265CC;
}
.TagClassName
{
border-color: #6265CC;
}
</style>