Shades of Cornflower Blue #699CFC
Tints of Cornflower Blue #699CFC
RGB
CMYK
RGB Variations
Color information
#699CFC (or 0x699CFC) is known color: Cornflower Blue. HEX triplet: 69, 9C and FC. RGB value is (105,156,252). Sum of RGB (Red+Green+Blue) = 105+156+252=513 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.47% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #699CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699CFC is #966303. Grayscale: #979797. Windows color (decimal): -9855748 or 16555113. OLE color: 16555113.
HSL color Cylindrical-coordinate representation of color #699CFC: hue angle of 219.18º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #699CFC is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 156 | 252 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.01 |
| HSL | 219.18º | 0.96% | 0.7% | - |
| HSV(B) | 219.18º | 0.58% | 0.99% | - |
| XYZ | 35.28 | 33.81 | 96.76 | - |
| YUV | 151.7 | 184.6 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 252 | 0.58 | 0.38 | 0 | 0.01 | 219.18 | 0.96 | 0.7 |
| Hex | 69 | 9C | FC | 3A | 26 | 0 | 1 | DB | 60 | 46 |
| Octal | 151 | 234 | 374 | 72 | 46 | 0 | 1 | 333 | 140 | 106 |
| Binary | 1101001 | 10011100 | 11111100 | 111010 | 100110 | 0 | 1 | 11011011 | 1100000 | 1000110 |
Color Harmonies of #699CFC
Complementary color
Monochromatic Colors of #699CFC
Black with #699CFC
Text Example
Text Example
White with #699CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699CFC; }
p { color: rgb(105,156,252); }
H1.HeaderClassName
{
color: #699CFC;
}
.AnyTagClassName
{
color: #699CFC;
}
</style>
background-color css
<style>
a { background-color: #699CFC; }
a { background-color: rgb(105,156,252); }
div.DivClassName
{
background-color: #699CFC;
}
.BgClassName
{
background-color: #699CFC;
}
</style>
border-color css
<style>
span { border-color: #699CFC; }
span { border-color: rgb(105,156,252); }
td.TdClassName
{
border-color: #699CFC;
}
.TagClassName
{
border-color: #699CFC;
}
</style>