Shades of Cornflower Blue #699BFF
Tints of Cornflower Blue #699BFF
RGB
CMYK
RGB Variations
Color information
#699BFF (or 0x699BFF) is known color: Cornflower Blue. HEX triplet: 69, 9B and FF. RGB value is (105,155,255). Sum of RGB (Red+Green+Blue) = 105+155+255=515 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.39% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #699BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699BFF is #966400. Grayscale: #979797. Windows color (decimal): -9856001 or 16751465. OLE color: 16751465.
HSL color Cylindrical-coordinate representation of color #699BFF: hue angle of 220º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #699BFF is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 155 | 255 | - |
| CMYK | 0.59 | 0.39 | 0 | 0 |
| HSL | 220º | 1% | 0.71% | - |
| HSV(B) | 220º | 0.59% | 1% | - |
| XYZ | 35.6 | 33.67 | 99.23 | - |
| YUV | 151.45 | 186.44 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 255 | 0.59 | 0.39 | 0 | 0 | 220 | 1 | 0.71 |
| Hex | 69 | 9B | FF | 3B | 27 | 0 | 0 | DC | 64 | 47 |
| Octal | 151 | 233 | 377 | 73 | 47 | 0 | 0 | 334 | 144 | 107 |
| Binary | 1101001 | 10011011 | 11111111 | 111011 | 100111 | 0 | 0 | 11011100 | 1100100 | 1000111 |
Color Harmonies of #699BFF
Complementary color
Monochromatic Colors of #699BFF
Black with #699BFF
Text Example
Text Example
White with #699BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699BFF; }
p { color: rgb(105,155,255); }
H1.HeaderClassName
{
color: #699BFF;
}
.AnyTagClassName
{
color: #699BFF;
}
</style>
background-color css
<style>
a { background-color: #699BFF; }
a { background-color: rgb(105,155,255); }
div.DivClassName
{
background-color: #699BFF;
}
.BgClassName
{
background-color: #699BFF;
}
</style>
border-color css
<style>
span { border-color: #699BFF; }
span { border-color: rgb(105,155,255); }
td.TdClassName
{
border-color: #699BFF;
}
.TagClassName
{
border-color: #699BFF;
}
</style>