Shades of Cornflower Blue #6AAAFB
Tints of Cornflower Blue #6AAAFB
RGB
CMYK
RGB Variations
Color information
#6AAAFB (or 0x6AAAFB) is known color: Cornflower Blue. HEX triplet: 6A, AA and FB. RGB value is (106,170,251). Sum of RGB (Red+Green+Blue) = 106+170+251=527 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.11% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #6AAAFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAAFB is #955504. Grayscale: #9F9F9F. Windows color (decimal): -9786629 or 16493162. OLE color: 16493162.
HSL color Cylindrical-coordinate representation of color #6AAAFB: hue angle of 213.52º degrees, saturation: 0.95, 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 #6AAAFB is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 170 | 251 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.02 |
| HSL | 213.52º | 0.95% | 0.7% | - |
| HSV(B) | 213.52º | 0.58% | 0.98% | - |
| XYZ | 37.73 | 38.78 | 96.76 | - |
| YUV | 160.1 | 179.3 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 251 | 0.58 | 0.32 | 0 | 0.02 | 213.52 | 0.95 | 0.7 |
| Hex | 6A | AA | FB | 3A | 20 | 0 | 2 | D6 | 5F | 46 |
| Octal | 152 | 252 | 373 | 72 | 40 | 0 | 2 | 326 | 137 | 106 |
| Binary | 1101010 | 10101010 | 11111011 | 111010 | 100000 | 0 | 10 | 11010110 | 1011111 | 1000110 |
Color Harmonies of #6AAAFB
Complementary color
Monochromatic Colors of #6AAAFB
Black with #6AAAFB
Text Example
Text Example
White with #6AAAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAAFB; }
p { color: rgb(106,170,251); }
H1.HeaderClassName
{
color: #6AAAFB;
}
.AnyTagClassName
{
color: #6AAAFB;
}
</style>
background-color css
<style>
a { background-color: #6AAAFB; }
a { background-color: rgb(106,170,251); }
div.DivClassName
{
background-color: #6AAAFB;
}
.BgClassName
{
background-color: #6AAAFB;
}
</style>
border-color css
<style>
span { border-color: #6AAAFB; }
span { border-color: rgb(106,170,251); }
td.TdClassName
{
border-color: #6AAAFB;
}
.TagClassName
{
border-color: #6AAAFB;
}
</style>