Shades of Cornflower Blue #699CF7
Tints of Cornflower Blue #699CF7
RGB
CMYK
RGB Variations
Color information
#699CF7 (or 0x699CF7) is known color: Cornflower Blue. HEX triplet: 69, 9C and F7. RGB value is (105,156,247). Sum of RGB (Red+Green+Blue) = 105+156+247=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #699CF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699CF7 is #966308. Grayscale: #969696. Windows color (decimal): -9855753 or 16227433. OLE color: 16227433.
HSL color Cylindrical-coordinate representation of color #699CF7: hue angle of 218.45º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #699CF7 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 156 | 247 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.03 |
| HSL | 218.45º | 0.9% | 0.69% | - |
| HSV(B) | 218.45º | 0.57% | 0.97% | - |
| XYZ | 34.5 | 33.5 | 92.64 | - |
| YUV | 151.13 | 182.1 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 247 | 0.57 | 0.37 | 0 | 0.03 | 218.45 | 0.9 | 0.69 |
| Hex | 69 | 9C | F7 | 39 | 25 | 0 | 3 | DA | 5A | 45 |
| Octal | 151 | 234 | 367 | 71 | 45 | 0 | 3 | 332 | 132 | 105 |
| Binary | 1101001 | 10011100 | 11110111 | 111001 | 100101 | 0 | 11 | 11011010 | 1011010 | 1000101 |
Color Harmonies of #699CF7
Complementary color
Monochromatic Colors of #699CF7
Black with #699CF7
Text Example
Text Example
White with #699CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699CF7; }
p { color: rgb(105,156,247); }
H1.HeaderClassName
{
color: #699CF7;
}
.AnyTagClassName
{
color: #699CF7;
}
</style>
background-color css
<style>
a { background-color: #699CF7; }
a { background-color: rgb(105,156,247); }
div.DivClassName
{
background-color: #699CF7;
}
.BgClassName
{
background-color: #699CF7;
}
</style>
border-color css
<style>
span { border-color: #699CF7; }
span { border-color: rgb(105,156,247); }
td.TdClassName
{
border-color: #699CF7;
}
.TagClassName
{
border-color: #699CF7;
}
</style>