Shades of Cornflower Blue #6AA2FE
Tints of Cornflower Blue #6AA2FE
RGB
CMYK
RGB Variations
Color information
#6AA2FE (or 0x6AA2FE) is known color: Cornflower Blue. HEX triplet: 6A, A2 and FE. RGB value is (106,162,254). Sum of RGB (Red+Green+Blue) = 106+162+254=522 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.31% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AA2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA2FE is #955D01. Grayscale: #9B9B9B. Windows color (decimal): -9788674 or 16687722. OLE color: 16687722.
HSL color Cylindrical-coordinate representation of color #6AA2FE: hue angle of 217.3º 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 #6AA2FE is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 162 | 254 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.00 |
| HSL | 217.3º | 0.99% | 0.71% | - |
| HSV(B) | 217.3º | 0.58% | 1% | - |
| XYZ | 36.75 | 36.06 | 98.79 | - |
| YUV | 155.74 | 183.45 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 162 | 254 | 0.58 | 0.36 | 0 | 0.00 | 217.3 | 0.99 | 0.71 |
| Hex | 6A | A2 | FE | 3A | 24 | 0 | 0 | D9 | 63 | 47 |
| Octal | 152 | 242 | 376 | 72 | 44 | 0 | 0 | 331 | 143 | 107 |
| Binary | 1101010 | 10100010 | 11111110 | 111010 | 100100 | 0 | 0 | 11011001 | 1100011 | 1000111 |
Color Harmonies of #6AA2FE
Complementary color
Monochromatic Colors of #6AA2FE
Black with #6AA2FE
Text Example
Text Example
White with #6AA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA2FE; }
p { color: rgb(106,162,254); }
H1.HeaderClassName
{
color: #6AA2FE;
}
.AnyTagClassName
{
color: #6AA2FE;
}
</style>
background-color css
<style>
a { background-color: #6AA2FE; }
a { background-color: rgb(106,162,254); }
div.DivClassName
{
background-color: #6AA2FE;
}
.BgClassName
{
background-color: #6AA2FE;
}
</style>
border-color css
<style>
span { border-color: #6AA2FE; }
span { border-color: rgb(106,162,254); }
td.TdClassName
{
border-color: #6AA2FE;
}
.TagClassName
{
border-color: #6AA2FE;
}
</style>