Shades of Cornflower Blue #6AA3FE
Tints of Cornflower Blue #6AA3FE
RGB
CMYK
RGB Variations
Color information
#6AA3FE (or 0x6AA3FE) is known color: Cornflower Blue. HEX triplet: 6A, A3 and FE. RGB value is (106,163,254). Sum of RGB (Red+Green+Blue) = 106+163+254=523 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.27% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AA3FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA3FE is #955C01. Grayscale: #9B9B9B. Windows color (decimal): -9788418 or 16687978. OLE color: 16687978.
HSL color Cylindrical-coordinate representation of color #6AA3FE: hue angle of 216.89º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AA3FE is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 163 | 254 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.00 |
| HSL | 216.89º | 0.99% | 0.71% | - |
| HSV(B) | 216.89º | 0.58% | 1% | - |
| XYZ | 36.93 | 36.41 | 98.85 | - |
| YUV | 156.33 | 183.12 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 163 | 254 | 0.58 | 0.36 | 0 | 0.00 | 216.89 | 0.99 | 0.71 |
| Hex | 6A | A3 | FE | 3A | 24 | 0 | 0 | D9 | 63 | 47 |
| Octal | 152 | 243 | 376 | 72 | 44 | 0 | 0 | 331 | 143 | 107 |
| Binary | 1101010 | 10100011 | 11111110 | 111010 | 100100 | 0 | 0 | 11011001 | 1100011 | 1000111 |
Color Harmonies of #6AA3FE
Complementary color
Monochromatic Colors of #6AA3FE
Black with #6AA3FE
Text Example
Text Example
White with #6AA3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA3FE; }
p { color: rgb(106,163,254); }
H1.HeaderClassName
{
color: #6AA3FE;
}
.AnyTagClassName
{
color: #6AA3FE;
}
</style>
background-color css
<style>
a { background-color: #6AA3FE; }
a { background-color: rgb(106,163,254); }
div.DivClassName
{
background-color: #6AA3FE;
}
.BgClassName
{
background-color: #6AA3FE;
}
</style>
border-color css
<style>
span { border-color: #6AA3FE; }
span { border-color: rgb(106,163,254); }
td.TdClassName
{
border-color: #6AA3FE;
}
.TagClassName
{
border-color: #6AA3FE;
}
</style>