Shades of Cornflower Blue #6398FA
Tints of Cornflower Blue #6398FA
RGB
CMYK
RGB Variations
Color information
#6398FA (or 0x6398FA) is known color: Cornflower Blue. HEX triplet: 63, 98 and FA. RGB value is (99,152,250). Sum of RGB (Red+Green+Blue) = 99+152+250=501 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.76% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #6398FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6398FA is #9C6705. Grayscale: #929292. Windows color (decimal): -10249990 or 16423011. OLE color: 16423011.
HSL color Cylindrical-coordinate representation of color #6398FA: hue angle of 218.94º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6398FA is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 152 | 250 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.02 |
| HSL | 218.94º | 0.94% | 0.68% | - |
| HSV(B) | 218.94º | 0.6% | 0.98% | - |
| XYZ | 33.63 | 32.01 | 94.85 | - |
| YUV | 147.33 | 185.94 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 152 | 250 | 0.60 | 0.39 | 0 | 0.02 | 218.94 | 0.94 | 0.68 |
| Hex | 63 | 98 | FA | 3C | 27 | 0 | 2 | DB | 5E | 44 |
| Octal | 143 | 230 | 372 | 74 | 47 | 0 | 2 | 333 | 136 | 104 |
| Binary | 1100011 | 10011000 | 11111010 | 111100 | 100111 | 0 | 10 | 11011011 | 1011110 | 1000100 |
Color Harmonies of #6398FA
Complementary color
Monochromatic Colors of #6398FA
Black with #6398FA
Text Example
Text Example
White with #6398FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6398FA; }
p { color: rgb(99,152,250); }
H1.HeaderClassName
{
color: #6398FA;
}
.AnyTagClassName
{
color: #6398FA;
}
</style>
background-color css
<style>
a { background-color: #6398FA; }
a { background-color: rgb(99,152,250); }
div.DivClassName
{
background-color: #6398FA;
}
.BgClassName
{
background-color: #6398FA;
}
</style>
border-color css
<style>
span { border-color: #6398FA; }
span { border-color: rgb(99,152,250); }
td.TdClassName
{
border-color: #6398FA;
}
.TagClassName
{
border-color: #6398FA;
}
</style>