Shades of Cornflower Blue #6AA2EE
Tints of Cornflower Blue #6AA2EE
RGB
CMYK
RGB Variations
Color information
#6AA2EE (or 0x6AA2EE) is known color: Cornflower Blue. HEX triplet: 6A, A2 and EE. RGB value is (106,162,238). Sum of RGB (Red+Green+Blue) = 106+162+238=506 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.95% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AA2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA2EE is #955D11. Grayscale: #999999. Windows color (decimal): -9788690 or 15639146. OLE color: 15639146.
HSL color Cylindrical-coordinate representation of color #6AA2EE: hue angle of 214.55º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AA2EE is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 162 | 238 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.07 |
| HSL | 214.55º | 0.8% | 0.67% | - |
| HSV(B) | 214.55º | 0.55% | 0.93% | - |
| XYZ | 34.3 | 35.08 | 85.85 | - |
| YUV | 153.92 | 175.45 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 162 | 238 | 0.55 | 0.32 | 0 | 0.07 | 214.55 | 0.8 | 0.67 |
| Hex | 6A | A2 | EE | 37 | 20 | 0 | 7 | D7 | 50 | 43 |
| Octal | 152 | 242 | 356 | 67 | 40 | 0 | 7 | 327 | 120 | 103 |
| Binary | 1101010 | 10100010 | 11101110 | 110111 | 100000 | 0 | 111 | 11010111 | 1010000 | 1000011 |
Color Harmonies of #6AA2EE
Complementary color
Monochromatic Colors of #6AA2EE
Black with #6AA2EE
Text Example
Text Example
White with #6AA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA2EE; }
p { color: rgb(106,162,238); }
H1.HeaderClassName
{
color: #6AA2EE;
}
.AnyTagClassName
{
color: #6AA2EE;
}
</style>
background-color css
<style>
a { background-color: #6AA2EE; }
a { background-color: rgb(106,162,238); }
div.DivClassName
{
background-color: #6AA2EE;
}
.BgClassName
{
background-color: #6AA2EE;
}
</style>
border-color css
<style>
span { border-color: #6AA2EE; }
span { border-color: rgb(106,162,238); }
td.TdClassName
{
border-color: #6AA2EE;
}
.TagClassName
{
border-color: #6AA2EE;
}
</style>