Shades of Cornflower Blue #699FE1
Tints of Cornflower Blue #699FE1
RGB
CMYK
RGB Variations
Color information
#699FE1 (or 0x699FE1) is known color: Cornflower Blue. HEX triplet: 69, 9F and E1. RGB value is (105,159,225). Sum of RGB (Red+Green+Blue) = 105+159+225=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #699FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699FE1 is #96601E. Grayscale: #969696. Windows color (decimal): -9855007 or 14786409. OLE color: 14786409.
HSL color Cylindrical-coordinate representation of color #699FE1: hue angle of 213º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #699FE1 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 159 | 225 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.12 |
| HSL | 213º | 0.67% | 0.65% | - |
| HSV(B) | 213º | 0.53% | 0.88% | - |
| XYZ | 31.81 | 33.24 | 75.97 | - |
| YUV | 150.38 | 170.11 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 225 | 0.53 | 0.29 | 0 | 0.12 | 213 | 0.67 | 0.65 |
| Hex | 69 | 9F | E1 | 35 | 1D | 0 | C | D5 | 43 | 41 |
| Octal | 151 | 237 | 341 | 65 | 35 | 0 | 14 | 325 | 103 | 101 |
| Binary | 1101001 | 10011111 | 11100001 | 110101 | 11101 | 0 | 1100 | 11010101 | 1000011 | 1000001 |
Color Harmonies of #699FE1
Complementary color
Monochromatic Colors of #699FE1
Black with #699FE1
Text Example
Text Example
White with #699FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699FE1; }
p { color: rgb(105,159,225); }
H1.HeaderClassName
{
color: #699FE1;
}
.AnyTagClassName
{
color: #699FE1;
}
</style>
background-color css
<style>
a { background-color: #699FE1; }
a { background-color: rgb(105,159,225); }
div.DivClassName
{
background-color: #699FE1;
}
.BgClassName
{
background-color: #699FE1;
}
</style>
border-color css
<style>
span { border-color: #699FE1; }
span { border-color: rgb(105,159,225); }
td.TdClassName
{
border-color: #699FE1;
}
.TagClassName
{
border-color: #699FE1;
}
</style>