Shades of Cornflower Blue #699DF4
Tints of Cornflower Blue #699DF4
RGB
CMYK
RGB Variations
Color information
#699DF4 (or 0x699DF4) is known color: Cornflower Blue. HEX triplet: 69, 9D and F4. RGB value is (105,157,244). Sum of RGB (Red+Green+Blue) = 105+157+244=506 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.75% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #699DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699DF4 is #96620B. Grayscale: #969696. Windows color (decimal): -9855500 or 16031081. OLE color: 16031081.
HSL color Cylindrical-coordinate representation of color #699DF4: hue angle of 217.55º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #699DF4 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 157 | 244 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.04 |
| HSL | 217.55º | 0.86% | 0.68% | - |
| HSV(B) | 217.55º | 0.57% | 0.96% | - |
| XYZ | 34.21 | 33.65 | 90.28 | - |
| YUV | 151.37 | 180.27 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 244 | 0.57 | 0.36 | 0 | 0.04 | 217.55 | 0.86 | 0.68 |
| Hex | 69 | 9D | F4 | 39 | 24 | 0 | 4 | DA | 56 | 44 |
| Octal | 151 | 235 | 364 | 71 | 44 | 0 | 4 | 332 | 126 | 104 |
| Binary | 1101001 | 10011101 | 11110100 | 111001 | 100100 | 0 | 100 | 11011010 | 1010110 | 1000100 |
Color Harmonies of #699DF4
Complementary color
Monochromatic Colors of #699DF4
Black with #699DF4
Text Example
Text Example
White with #699DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699DF4; }
p { color: rgb(105,157,244); }
H1.HeaderClassName
{
color: #699DF4;
}
.AnyTagClassName
{
color: #699DF4;
}
</style>
background-color css
<style>
a { background-color: #699DF4; }
a { background-color: rgb(105,157,244); }
div.DivClassName
{
background-color: #699DF4;
}
.BgClassName
{
background-color: #699DF4;
}
</style>
border-color css
<style>
span { border-color: #699DF4; }
span { border-color: rgb(105,157,244); }
td.TdClassName
{
border-color: #699DF4;
}
.TagClassName
{
border-color: #699DF4;
}
</style>