Shades of Cornflower Blue #6FA3FE
Tints of Cornflower Blue #6FA3FE
RGB
CMYK
RGB Variations
Color information
#6FA3FE (or 0x6FA3FE) is known color: Cornflower Blue. HEX triplet: 6F, A3 and FE. RGB value is (111,163,254). Sum of RGB (Red+Green+Blue) = 111+163+254=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FA3FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA3FE is #905C01. Grayscale: #9D9D9D. Windows color (decimal): -9460738 or 16687983. OLE color: 16687983.
HSL color Cylindrical-coordinate representation of color #6FA3FE: hue angle of 218.18º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FA3FE is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 163 | 254 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.00 |
| HSL | 218.18º | 0.99% | 0.72% | - |
| HSV(B) | 218.18º | 0.56% | 1% | - |
| XYZ | 37.54 | 36.73 | 98.88 | - |
| YUV | 157.83 | 182.27 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 163 | 254 | 0.56 | 0.36 | 0 | 0.00 | 218.18 | 0.99 | 0.72 |
| Hex | 6F | A3 | FE | 38 | 24 | 0 | 0 | DA | 63 | 48 |
| Octal | 157 | 243 | 376 | 70 | 44 | 0 | 0 | 332 | 143 | 110 |
| Binary | 1101111 | 10100011 | 11111110 | 111000 | 100100 | 0 | 0 | 11011010 | 1100011 | 1001000 |
Color Harmonies of #6FA3FE
Complementary color
Monochromatic Colors of #6FA3FE
Black with #6FA3FE
Text Example
Text Example
White with #6FA3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA3FE; }
p { color: rgb(111,163,254); }
H1.HeaderClassName
{
color: #6FA3FE;
}
.AnyTagClassName
{
color: #6FA3FE;
}
</style>
background-color css
<style>
a { background-color: #6FA3FE; }
a { background-color: rgb(111,163,254); }
div.DivClassName
{
background-color: #6FA3FE;
}
.BgClassName
{
background-color: #6FA3FE;
}
</style>
border-color css
<style>
span { border-color: #6FA3FE; }
span { border-color: rgb(111,163,254); }
td.TdClassName
{
border-color: #6FA3FE;
}
.TagClassName
{
border-color: #6FA3FE;
}
</style>