Shades of Cornflower Blue #6A98FA
Tints of Cornflower Blue #6A98FA
RGB
CMYK
RGB Variations
Color information
#6A98FA (or 0x6A98FA) is known color: Cornflower Blue. HEX triplet: 6A, 98 and FA. RGB value is (106,152,250). Sum of RGB (Red+Green+Blue) = 106+152+250=508 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.87% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A98FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A98FA is #956705. Grayscale: #949494. Windows color (decimal): -9791238 or 16423018. OLE color: 16423018.
HSL color Cylindrical-coordinate representation of color #6A98FA: hue angle of 220.83º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A98FA is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 152 | 250 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.02 |
| HSL | 220.83º | 0.94% | 0.7% | - |
| HSV(B) | 220.83º | 0.58% | 0.98% | - |
| XYZ | 34.43 | 32.42 | 94.89 | - |
| YUV | 149.42 | 184.76 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 152 | 250 | 0.58 | 0.39 | 0 | 0.02 | 220.83 | 0.94 | 0.7 |
| Hex | 6A | 98 | FA | 3A | 27 | 0 | 2 | DD | 5E | 46 |
| Octal | 152 | 230 | 372 | 72 | 47 | 0 | 2 | 335 | 136 | 106 |
| Binary | 1101010 | 10011000 | 11111010 | 111010 | 100111 | 0 | 10 | 11011101 | 1011110 | 1000110 |
Color Harmonies of #6A98FA
Complementary color
Monochromatic Colors of #6A98FA
Black with #6A98FA
Text Example
Text Example
White with #6A98FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A98FA; }
p { color: rgb(106,152,250); }
H1.HeaderClassName
{
color: #6A98FA;
}
.AnyTagClassName
{
color: #6A98FA;
}
</style>
background-color css
<style>
a { background-color: #6A98FA; }
a { background-color: rgb(106,152,250); }
div.DivClassName
{
background-color: #6A98FA;
}
.BgClassName
{
background-color: #6A98FA;
}
</style>
border-color css
<style>
span { border-color: #6A98FA; }
span { border-color: rgb(106,152,250); }
td.TdClassName
{
border-color: #6A98FA;
}
.TagClassName
{
border-color: #6A98FA;
}
</style>