Shades of Cornflower Blue #699EF1
Tints of Cornflower Blue #699EF1
RGB
CMYK
RGB Variations
Color information
#699EF1 (or 0x699EF1) is known color: Cornflower Blue. HEX triplet: 69, 9E and F1. RGB value is (105,158,241). Sum of RGB (Red+Green+Blue) = 105+158+241=504 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.83% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #699EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699EF1 is #96610E. Grayscale: #979797. Windows color (decimal): -9855247 or 15834729. OLE color: 15834729.
HSL color Cylindrical-coordinate representation of color #699EF1: hue angle of 216.62º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #699EF1 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 158 | 241 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.05 |
| HSL | 216.62º | 0.83% | 0.68% | - |
| HSV(B) | 216.62º | 0.56% | 0.95% | - |
| XYZ | 33.93 | 33.81 | 87.96 | - |
| YUV | 151.62 | 178.44 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 241 | 0.56 | 0.34 | 0 | 0.05 | 216.62 | 0.83 | 0.68 |
| Hex | 69 | 9E | F1 | 38 | 22 | 0 | 5 | D9 | 53 | 44 |
| Octal | 151 | 236 | 361 | 70 | 42 | 0 | 5 | 331 | 123 | 104 |
| Binary | 1101001 | 10011110 | 11110001 | 111000 | 100010 | 0 | 101 | 11011001 | 1010011 | 1000100 |
Color Harmonies of #699EF1
Complementary color
Monochromatic Colors of #699EF1
Black with #699EF1
Text Example
Text Example
White with #699EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699EF1; }
p { color: rgb(105,158,241); }
H1.HeaderClassName
{
color: #699EF1;
}
.AnyTagClassName
{
color: #699EF1;
}
</style>
background-color css
<style>
a { background-color: #699EF1; }
a { background-color: rgb(105,158,241); }
div.DivClassName
{
background-color: #699EF1;
}
.BgClassName
{
background-color: #699EF1;
}
</style>
border-color css
<style>
span { border-color: #699EF1; }
span { border-color: rgb(105,158,241); }
td.TdClassName
{
border-color: #699EF1;
}
.TagClassName
{
border-color: #699EF1;
}
</style>