Shades of Cornflower Blue #699FF0
Tints of Cornflower Blue #699FF0
RGB
CMYK
RGB Variations
Color information
#699FF0 (or 0x699FF0) is known color: Cornflower Blue. HEX triplet: 69, 9F and F0. RGB value is (105,159,240). Sum of RGB (Red+Green+Blue) = 105+159+240=504 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.83% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #699FF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699FF0 is #96600F. Grayscale: #979797. Windows color (decimal): -9854992 or 15769449. OLE color: 15769449.
HSL color Cylindrical-coordinate representation of color #699FF0: hue angle of 216º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #699FF0 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 159 | 240 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.06 |
| HSL | 216º | 0.82% | 0.68% | - |
| HSV(B) | 216º | 0.56% | 0.94% | - |
| XYZ | 33.95 | 34.09 | 87.23 | - |
| YUV | 152.09 | 177.61 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 240 | 0.56 | 0.34 | 0 | 0.06 | 216 | 0.82 | 0.68 |
| Hex | 69 | 9F | F0 | 38 | 22 | 0 | 6 | D8 | 52 | 44 |
| Octal | 151 | 237 | 360 | 70 | 42 | 0 | 6 | 330 | 122 | 104 |
| Binary | 1101001 | 10011111 | 11110000 | 111000 | 100010 | 0 | 110 | 11011000 | 1010010 | 1000100 |
Color Harmonies of #699FF0
Complementary color
Monochromatic Colors of #699FF0
Black with #699FF0
Text Example
Text Example
White with #699FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699FF0; }
p { color: rgb(105,159,240); }
H1.HeaderClassName
{
color: #699FF0;
}
.AnyTagClassName
{
color: #699FF0;
}
</style>
background-color css
<style>
a { background-color: #699FF0; }
a { background-color: rgb(105,159,240); }
div.DivClassName
{
background-color: #699FF0;
}
.BgClassName
{
background-color: #699FF0;
}
</style>
border-color css
<style>
span { border-color: #699FF0; }
span { border-color: rgb(105,159,240); }
td.TdClassName
{
border-color: #699FF0;
}
.TagClassName
{
border-color: #699FF0;
}
</style>