Shades of Cornflower Blue #69A1E7
Tints of Cornflower Blue #69A1E7
RGB
CMYK
RGB Variations
Color information
#69A1E7 (or 0x69A1E7) is known color: Cornflower Blue. HEX triplet: 69, A1 and E7. RGB value is (105,161,231). Sum of RGB (Red+Green+Blue) = 105+161+231=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #69A1E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A1E7 is #965E18. Grayscale: #979797. Windows color (decimal): -9854489 or 15180137. OLE color: 15180137.
HSL color Cylindrical-coordinate representation of color #69A1E7: hue angle of 213.33º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69A1E7 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 161 | 231 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.09 |
| HSL | 213.33º | 0.72% | 0.66% | - |
| HSV(B) | 213.33º | 0.55% | 0.91% | - |
| XYZ | 32.99 | 34.26 | 80.48 | - |
| YUV | 152.24 | 172.45 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 161 | 231 | 0.55 | 0.30 | 0 | 0.09 | 213.33 | 0.72 | 0.66 |
| Hex | 69 | A1 | E7 | 37 | 1E | 0 | 9 | D5 | 48 | 42 |
| Octal | 151 | 241 | 347 | 67 | 36 | 0 | 11 | 325 | 110 | 102 |
| Binary | 1101001 | 10100001 | 11100111 | 110111 | 11110 | 0 | 1001 | 11010101 | 1001000 | 1000010 |
Color Harmonies of #69A1E7
Complementary color
Monochromatic Colors of #69A1E7
Black with #69A1E7
Text Example
Text Example
White with #69A1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A1E7; }
p { color: rgb(105,161,231); }
H1.HeaderClassName
{
color: #69A1E7;
}
.AnyTagClassName
{
color: #69A1E7;
}
</style>
background-color css
<style>
a { background-color: #69A1E7; }
a { background-color: rgb(105,161,231); }
div.DivClassName
{
background-color: #69A1E7;
}
.BgClassName
{
background-color: #69A1E7;
}
</style>
border-color css
<style>
span { border-color: #69A1E7; }
span { border-color: rgb(105,161,231); }
td.TdClassName
{
border-color: #69A1E7;
}
.TagClassName
{
border-color: #69A1E7;
}
</style>