Shades of Slate Blue #6265DB
Tints of Slate Blue #6265DB
RGB
CMYK
RGB Variations
Color information
#6265DB (or 0x6265DB) is known color: Slate Blue. HEX triplet: 62, 65 and DB. RGB value is (98,101,219). Sum of RGB (Red+Green+Blue) = 98+101+219=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #6265DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6265DB is #9D9A24. Grayscale: #717171. Windows color (decimal): -10328613 or 14378338. OLE color: 14378338.
HSL color Cylindrical-coordinate representation of color #6265DB: hue angle of 238.51º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6265DB is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 101 | 219 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.14 |
| HSL | 238.51º | 0.63% | 0.62% | - |
| HSV(B) | 238.51º | 0.55% | 0.86% | - |
| XYZ | 22.48 | 17.02 | 69.12 | - |
| YUV | 113.56 | 187.51 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 219 | 0.55 | 0.54 | 0 | 0.14 | 238.51 | 0.63 | 0.62 |
| Hex | 62 | 65 | DB | 37 | 36 | 0 | E | EF | 3F | 3E |
| Octal | 142 | 145 | 333 | 67 | 66 | 0 | 16 | 357 | 77 | 76 |
| Binary | 1100010 | 1100101 | 11011011 | 110111 | 110110 | 0 | 1110 | 11101111 | 111111 | 111110 |
Color Harmonies of #6265DB
Complementary color
Monochromatic Colors of #6265DB
Black with #6265DB
Text Example
Text Example
White with #6265DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6265DB; }
p { color: rgb(98,101,219); }
H1.HeaderClassName
{
color: #6265DB;
}
.AnyTagClassName
{
color: #6265DB;
}
</style>
background-color css
<style>
a { background-color: #6265DB; }
a { background-color: rgb(98,101,219); }
div.DivClassName
{
background-color: #6265DB;
}
.BgClassName
{
background-color: #6265DB;
}
</style>
border-color css
<style>
span { border-color: #6265DB; }
span { border-color: rgb(98,101,219); }
td.TdClassName
{
border-color: #6265DB;
}
.TagClassName
{
border-color: #6265DB;
}
</style>