Shades of Cornflower Blue #699BE8
Tints of Cornflower Blue #699BE8
RGB
CMYK
RGB Variations
Color information
#699BE8 (or 0x699BE8) is known color: Cornflower Blue. HEX triplet: 69, 9B and E8. RGB value is (105,155,232). Sum of RGB (Red+Green+Blue) = 105+155+232=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #699BE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699BE8 is #966417. Grayscale: #949494. Windows color (decimal): -9856024 or 15244137. OLE color: 15244137.
HSL color Cylindrical-coordinate representation of color #699BE8: hue angle of 216.38º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #699BE8 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 155 | 232 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.09 |
| HSL | 216.38º | 0.73% | 0.66% | - |
| HSV(B) | 216.38º | 0.55% | 0.91% | - |
| XYZ | 32.11 | 32.27 | 80.88 | - |
| YUV | 148.83 | 174.94 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 232 | 0.55 | 0.33 | 0 | 0.09 | 216.38 | 0.73 | 0.66 |
| Hex | 69 | 9B | E8 | 37 | 21 | 0 | 9 | D8 | 49 | 42 |
| Octal | 151 | 233 | 350 | 67 | 41 | 0 | 11 | 330 | 111 | 102 |
| Binary | 1101001 | 10011011 | 11101000 | 110111 | 100001 | 0 | 1001 | 11011000 | 1001001 | 1000010 |
Color Harmonies of #699BE8
Complementary color
Monochromatic Colors of #699BE8
Black with #699BE8
Text Example
Text Example
White with #699BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699BE8; }
p { color: rgb(105,155,232); }
H1.HeaderClassName
{
color: #699BE8;
}
.AnyTagClassName
{
color: #699BE8;
}
</style>
background-color css
<style>
a { background-color: #699BE8; }
a { background-color: rgb(105,155,232); }
div.DivClassName
{
background-color: #699BE8;
}
.BgClassName
{
background-color: #699BE8;
}
</style>
border-color css
<style>
span { border-color: #699BE8; }
span { border-color: rgb(105,155,232); }
td.TdClassName
{
border-color: #699BE8;
}
.TagClassName
{
border-color: #699BE8;
}
</style>