Shades of Cornflower Blue #699BE6
Tints of Cornflower Blue #699BE6
RGB
CMYK
RGB Variations
Color information
#699BE6 (or 0x699BE6) is known color: Cornflower Blue. HEX triplet: 69, 9B and E6. RGB value is (105,155,230). Sum of RGB (Red+Green+Blue) = 105+155+230=490 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.43% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 230 - color contains mainly: blue. Hex color #699BE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699BE6 is #966419. Grayscale: #949494. Windows color (decimal): -9856026 or 15113065. OLE color: 15113065.
HSL color Cylindrical-coordinate representation of color #699BE6: hue angle of 216º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #699BE6 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 155 | 230 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.10 |
| HSL | 216º | 0.71% | 0.66% | - |
| HSV(B) | 216º | 0.54% | 0.9% | - |
| XYZ | 31.83 | 32.16 | 79.39 | - |
| YUV | 148.6 | 173.94 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 230 | 0.54 | 0.33 | 0 | 0.10 | 216 | 0.71 | 0.66 |
| Hex | 69 | 9B | E6 | 36 | 21 | 0 | A | D8 | 47 | 42 |
| Octal | 151 | 233 | 346 | 66 | 41 | 0 | 12 | 330 | 107 | 102 |
| Binary | 1101001 | 10011011 | 11100110 | 110110 | 100001 | 0 | 1010 | 11011000 | 1000111 | 1000010 |
Color Harmonies of #699BE6
Complementary color
Monochromatic Colors of #699BE6
Black with #699BE6
Text Example
Text Example
White with #699BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699BE6; }
p { color: rgb(105,155,230); }
H1.HeaderClassName
{
color: #699BE6;
}
.AnyTagClassName
{
color: #699BE6;
}
</style>
background-color css
<style>
a { background-color: #699BE6; }
a { background-color: rgb(105,155,230); }
div.DivClassName
{
background-color: #699BE6;
}
.BgClassName
{
background-color: #699BE6;
}
</style>
border-color css
<style>
span { border-color: #699BE6; }
span { border-color: rgb(105,155,230); }
td.TdClassName
{
border-color: #699BE6;
}
.TagClassName
{
border-color: #699BE6;
}
</style>