Shades of Cornflower Blue #6394FF
Tints of Cornflower Blue #6394FF
RGB
CMYK
RGB Variations
Color information
#6394FF (or 0x6394FF) is known color: Cornflower Blue. HEX triplet: 63, 94 and FF. RGB value is (99,148,255). Sum of RGB (Red+Green+Blue) = 99+148+255=502 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.72% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #6394FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6394FF is #9C6B00. Grayscale: #919191. Windows color (decimal): -10251009 or 16749667. OLE color: 16749667.
HSL color Cylindrical-coordinate representation of color #6394FF: hue angle of 221.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6394FF is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 148 | 255 | - |
| CMYK | 0.61 | 0.42 | 0 | 0 |
| HSL | 221.15º | 1% | 0.69% | - |
| HSV(B) | 221.15º | 0.61% | 1% | - |
| XYZ | 33.79 | 31.05 | 98.82 | - |
| YUV | 145.55 | 189.77 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 148 | 255 | 0.61 | 0.42 | 0 | 0 | 221.15 | 1 | 0.69 |
| Hex | 63 | 94 | FF | 3D | 2A | 0 | 0 | DD | 64 | 45 |
| Octal | 143 | 224 | 377 | 75 | 52 | 0 | 0 | 335 | 144 | 105 |
| Binary | 1100011 | 10010100 | 11111111 | 111101 | 101010 | 0 | 0 | 11011101 | 1100100 | 1000101 |
Color Harmonies of #6394FF
Complementary color
Monochromatic Colors of #6394FF
Black with #6394FF
Text Example
Text Example
White with #6394FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6394FF; }
p { color: rgb(99,148,255); }
H1.HeaderClassName
{
color: #6394FF;
}
.AnyTagClassName
{
color: #6394FF;
}
</style>
background-color css
<style>
a { background-color: #6394FF; }
a { background-color: rgb(99,148,255); }
div.DivClassName
{
background-color: #6394FF;
}
.BgClassName
{
background-color: #6394FF;
}
</style>
border-color css
<style>
span { border-color: #6394FF; }
span { border-color: rgb(99,148,255); }
td.TdClassName
{
border-color: #6394FF;
}
.TagClassName
{
border-color: #6394FF;
}
</style>