Shades of Cornflower Blue #699BED
Tints of Cornflower Blue #699BED
RGB
CMYK
RGB Variations
Color information
#699BED (or 0x699BED) is known color: Cornflower Blue. HEX triplet: 69, 9B and ED. RGB value is (105,155,237). Sum of RGB (Red+Green+Blue) = 105+155+237=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #699BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699BED is #966412. Grayscale: #959595. Windows color (decimal): -9856019 or 15571817. OLE color: 15571817.
HSL color Cylindrical-coordinate representation of color #699BED: hue angle of 217.27º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #699BED is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 155 | 237 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.07 |
| HSL | 217.27º | 0.79% | 0.67% | - |
| HSV(B) | 217.27º | 0.56% | 0.93% | - |
| XYZ | 32.83 | 32.56 | 84.68 | - |
| YUV | 149.4 | 177.44 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 237 | 0.56 | 0.35 | 0 | 0.07 | 217.27 | 0.79 | 0.67 |
| Hex | 69 | 9B | ED | 38 | 23 | 0 | 7 | D9 | 4F | 43 |
| Octal | 151 | 233 | 355 | 70 | 43 | 0 | 7 | 331 | 117 | 103 |
| Binary | 1101001 | 10011011 | 11101101 | 111000 | 100011 | 0 | 111 | 11011001 | 1001111 | 1000011 |
Color Harmonies of #699BED
Complementary color
Monochromatic Colors of #699BED
Black with #699BED
Text Example
Text Example
White with #699BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699BED; }
p { color: rgb(105,155,237); }
H1.HeaderClassName
{
color: #699BED;
}
.AnyTagClassName
{
color: #699BED;
}
</style>
background-color css
<style>
a { background-color: #699BED; }
a { background-color: rgb(105,155,237); }
div.DivClassName
{
background-color: #699BED;
}
.BgClassName
{
background-color: #699BED;
}
</style>
border-color css
<style>
span { border-color: #699BED; }
span { border-color: rgb(105,155,237); }
td.TdClassName
{
border-color: #699BED;
}
.TagClassName
{
border-color: #699BED;
}
</style>