Shades of Cornflower Blue #699FE0
Tints of Cornflower Blue #699FE0
RGB
CMYK
RGB Variations
Color information
#699FE0 (or 0x699FE0) is known color: Cornflower Blue. HEX triplet: 69, 9F and E0. RGB value is (105,159,224). Sum of RGB (Red+Green+Blue) = 105+159+224=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #699FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699FE0 is #96601F. Grayscale: #959595. Windows color (decimal): -9855008 or 14720873. OLE color: 14720873.
HSL color Cylindrical-coordinate representation of color #699FE0: hue angle of 212.77º degrees, saturation: 0.66, 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 #699FE0 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 159 | 224 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.12 |
| HSL | 212.77º | 0.66% | 0.65% | - |
| HSV(B) | 212.77º | 0.53% | 0.88% | - |
| XYZ | 31.68 | 33.18 | 75.26 | - |
| YUV | 150.26 | 169.61 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 224 | 0.53 | 0.29 | 0 | 0.12 | 212.77 | 0.66 | 0.65 |
| Hex | 69 | 9F | E0 | 35 | 1D | 0 | C | D5 | 42 | 41 |
| Octal | 151 | 237 | 340 | 65 | 35 | 0 | 14 | 325 | 102 | 101 |
| Binary | 1101001 | 10011111 | 11100000 | 110101 | 11101 | 0 | 1100 | 11010101 | 1000010 | 1000001 |
Color Harmonies of #699FE0
Complementary color
Monochromatic Colors of #699FE0
Black with #699FE0
Text Example
Text Example
White with #699FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699FE0; }
p { color: rgb(105,159,224); }
H1.HeaderClassName
{
color: #699FE0;
}
.AnyTagClassName
{
color: #699FE0;
}
</style>
background-color css
<style>
a { background-color: #699FE0; }
a { background-color: rgb(105,159,224); }
div.DivClassName
{
background-color: #699FE0;
}
.BgClassName
{
background-color: #699FE0;
}
</style>
border-color css
<style>
span { border-color: #699FE0; }
span { border-color: rgb(105,159,224); }
td.TdClassName
{
border-color: #699FE0;
}
.TagClassName
{
border-color: #699FE0;
}
</style>