Shades of Rich Blue #6263AC
Tints of Rich Blue #6263AC
RGB
CMYK
RGB Variations
Color information
#6263AC (or 0x6263AC) is known color: Rich Blue. HEX triplet: 62, 63 and AC. RGB value is (98,99,172). Sum of RGB (Red+Green+Blue) = 98+99+172=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #6263AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6263AC is #9D9C53. Grayscale: #6A6A6A. Windows color (decimal): -10329172 or 11297634. OLE color: 11297634.
HSL color Cylindrical-coordinate representation of color #6263AC: hue angle of 239.19º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6263AC is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 99 | 172 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.33 |
| HSL | 239.19º | 0.31% | 0.53% | - |
| HSV(B) | 239.19º | 0.43% | 0.67% | - |
| XYZ | 16.95 | 14.5 | 40.94 | - |
| YUV | 107.02 | 164.67 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 172 | 0.43 | 0.42 | 0 | 0.33 | 239.19 | 0.31 | 0.53 |
| Hex | 62 | 63 | AC | 2B | 2A | 0 | 21 | EF | 1F | 35 |
| Octal | 142 | 143 | 254 | 53 | 52 | 0 | 41 | 357 | 37 | 65 |
| Binary | 1100010 | 1100011 | 10101100 | 101011 | 101010 | 0 | 100001 | 11101111 | 11111 | 110101 |
Color Harmonies of #6263AC
Complementary color
Monochromatic Colors of #6263AC
Black with #6263AC
Text Example
Text Example
White with #6263AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6263AC; }
p { color: rgb(98,99,172); }
H1.HeaderClassName
{
color: #6263AC;
}
.AnyTagClassName
{
color: #6263AC;
}
</style>
background-color css
<style>
a { background-color: #6263AC; }
a { background-color: rgb(98,99,172); }
div.DivClassName
{
background-color: #6263AC;
}
.BgClassName
{
background-color: #6263AC;
}
</style>
border-color css
<style>
span { border-color: #6263AC; }
span { border-color: rgb(98,99,172); }
td.TdClassName
{
border-color: #6263AC;
}
.TagClassName
{
border-color: #6263AC;
}
</style>