Shades of Rich Blue #6263AF
Tints of Rich Blue #6263AF
RGB
CMYK
RGB Variations
Color information
#6263AF (or 0x6263AF) is known color: Rich Blue. HEX triplet: 62, 63 and AF. RGB value is (98,99,175). Sum of RGB (Red+Green+Blue) = 98+99+175=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #6263AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6263AF is #9D9C50. Grayscale: #6B6B6B. Windows color (decimal): -10329169 or 11494242. OLE color: 11494242.
HSL color Cylindrical-coordinate representation of color #6263AF: hue angle of 239.22º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6263AF is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 99 | 175 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.31 |
| HSL | 239.22º | 0.32% | 0.54% | - |
| HSV(B) | 239.22º | 0.44% | 0.69% | - |
| XYZ | 17.24 | 14.62 | 42.47 | - |
| YUV | 107.37 | 166.17 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 175 | 0.44 | 0.43 | 0 | 0.31 | 239.22 | 0.32 | 0.54 |
| Hex | 62 | 63 | AF | 2C | 2B | 0 | 1F | EF | 20 | 36 |
| Octal | 142 | 143 | 257 | 54 | 53 | 0 | 37 | 357 | 40 | 66 |
| Binary | 1100010 | 1100011 | 10101111 | 101100 | 101011 | 0 | 11111 | 11101111 | 100000 | 110110 |
Color Harmonies of #6263AF
Complementary color
Monochromatic Colors of #6263AF
Black with #6263AF
Text Example
Text Example
White with #6263AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6263AF; }
p { color: rgb(98,99,175); }
H1.HeaderClassName
{
color: #6263AF;
}
.AnyTagClassName
{
color: #6263AF;
}
</style>
background-color css
<style>
a { background-color: #6263AF; }
a { background-color: rgb(98,99,175); }
div.DivClassName
{
background-color: #6263AF;
}
.BgClassName
{
background-color: #6263AF;
}
</style>
border-color css
<style>
span { border-color: #6263AF; }
span { border-color: rgb(98,99,175); }
td.TdClassName
{
border-color: #6263AF;
}
.TagClassName
{
border-color: #6263AF;
}
</style>