Shades of Rich Blue #6263A4
Tints of Rich Blue #6263A4
RGB
CMYK
RGB Variations
Color information
#6263A4 (or 0x6263A4) is known color: Rich Blue. HEX triplet: 62, 63 and A4. RGB value is (98,99,164). Sum of RGB (Red+Green+Blue) = 98+99+164=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #6263A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6263A4 is #9D9C5B. Grayscale: #696969. Windows color (decimal): -10329180 or 10773346. OLE color: 10773346.
HSL color Cylindrical-coordinate representation of color #6263A4: hue angle of 239.09º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6263A4 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 99 | 164 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.36 |
| HSL | 239.09º | 0.27% | 0.51% | - |
| HSV(B) | 239.09º | 0.4% | 0.64% | - |
| XYZ | 16.2 | 14.2 | 37.01 | - |
| YUV | 106.11 | 160.67 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 164 | 0.40 | 0.40 | 0 | 0.36 | 239.09 | 0.27 | 0.51 |
| Hex | 62 | 63 | A4 | 28 | 28 | 0 | 24 | EF | 1B | 33 |
| Octal | 142 | 143 | 244 | 50 | 50 | 0 | 44 | 357 | 33 | 63 |
| Binary | 1100010 | 1100011 | 10100100 | 101000 | 101000 | 0 | 100100 | 11101111 | 11011 | 110011 |
Color Harmonies of #6263A4
Complementary color
Monochromatic Colors of #6263A4
Black with #6263A4
Text Example
Text Example
White with #6263A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6263A4; }
p { color: rgb(98,99,164); }
H1.HeaderClassName
{
color: #6263A4;
}
.AnyTagClassName
{
color: #6263A4;
}
</style>
background-color css
<style>
a { background-color: #6263A4; }
a { background-color: rgb(98,99,164); }
div.DivClassName
{
background-color: #6263A4;
}
.BgClassName
{
background-color: #6263A4;
}
</style>
border-color css
<style>
span { border-color: #6263A4; }
span { border-color: rgb(98,99,164); }
td.TdClassName
{
border-color: #6263A4;
}
.TagClassName
{
border-color: #6263A4;
}
</style>