Shades of Cornflower Blue #6AA0FF
Tints of Cornflower Blue #6AA0FF
RGB
CMYK
RGB Variations
Color information
#6AA0FF (or 0x6AA0FF) is known color: Cornflower Blue. HEX triplet: 6A, A0 and FF. RGB value is (106,160,255). Sum of RGB (Red+Green+Blue) = 106+160+255=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #6AA0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA0FF is #955F00. Grayscale: #9A9A9A. Windows color (decimal): -9789185 or 16752746. OLE color: 16752746.
HSL color Cylindrical-coordinate representation of color #6AA0FF: hue angle of 218.26º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AA0FF is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 160 | 255 | - |
| CMYK | 0.58 | 0.37 | 0 | 0 |
| HSL | 218.26º | 1% | 0.71% | - |
| HSV(B) | 218.26º | 0.58% | 1% | - |
| XYZ | 36.56 | 35.43 | 99.52 | - |
| YUV | 154.68 | 184.61 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 255 | 0.58 | 0.37 | 0 | 0 | 218.26 | 1 | 0.71 |
| Hex | 6A | A0 | FF | 3A | 25 | 0 | 0 | DA | 64 | 47 |
| Octal | 152 | 240 | 377 | 72 | 45 | 0 | 0 | 332 | 144 | 107 |
| Binary | 1101010 | 10100000 | 11111111 | 111010 | 100101 | 0 | 0 | 11011010 | 1100100 | 1000111 |
Color Harmonies of #6AA0FF
Complementary color
Monochromatic Colors of #6AA0FF
Black with #6AA0FF
Text Example
Text Example
White with #6AA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA0FF; }
p { color: rgb(106,160,255); }
H1.HeaderClassName
{
color: #6AA0FF;
}
.AnyTagClassName
{
color: #6AA0FF;
}
</style>
background-color css
<style>
a { background-color: #6AA0FF; }
a { background-color: rgb(106,160,255); }
div.DivClassName
{
background-color: #6AA0FF;
}
.BgClassName
{
background-color: #6AA0FF;
}
</style>
border-color css
<style>
span { border-color: #6AA0FF; }
span { border-color: rgb(106,160,255); }
td.TdClassName
{
border-color: #6AA0FF;
}
.TagClassName
{
border-color: #6AA0FF;
}
</style>