Shades of Cornflower Blue #699CFD
Tints of Cornflower Blue #699CFD
RGB
CMYK
RGB Variations
Color information
#699CFD (or 0x699CFD) is known color: Cornflower Blue. HEX triplet: 69, 9C and FD. RGB value is (105,156,253). Sum of RGB (Red+Green+Blue) = 105+156+253=514 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.43% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #699CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699CFD is #966302. Grayscale: #979797. Windows color (decimal): -9855747 or 16620649. OLE color: 16620649.
HSL color Cylindrical-coordinate representation of color #699CFD: hue angle of 219.32º degrees, saturation: 0.97, 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 #699CFD is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 156 | 253 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.01 |
| HSL | 219.32º | 0.97% | 0.7% | - |
| HSV(B) | 219.32º | 0.58% | 0.99% | - |
| XYZ | 35.44 | 33.87 | 97.6 | - |
| YUV | 151.81 | 185.1 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 253 | 0.58 | 0.38 | 0 | 0.01 | 219.32 | 0.97 | 0.7 |
| Hex | 69 | 9C | FD | 3A | 26 | 0 | 1 | DB | 61 | 46 |
| Octal | 151 | 234 | 375 | 72 | 46 | 0 | 1 | 333 | 141 | 106 |
| Binary | 1101001 | 10011100 | 11111101 | 111010 | 100110 | 0 | 1 | 11011011 | 1100001 | 1000110 |
Color Harmonies of #699CFD
Complementary color
Monochromatic Colors of #699CFD
Black with #699CFD
Text Example
Text Example
White with #699CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699CFD; }
p { color: rgb(105,156,253); }
H1.HeaderClassName
{
color: #699CFD;
}
.AnyTagClassName
{
color: #699CFD;
}
</style>
background-color css
<style>
a { background-color: #699CFD; }
a { background-color: rgb(105,156,253); }
div.DivClassName
{
background-color: #699CFD;
}
.BgClassName
{
background-color: #699CFD;
}
</style>
border-color css
<style>
span { border-color: #699CFD; }
span { border-color: rgb(105,156,253); }
td.TdClassName
{
border-color: #699CFD;
}
.TagClassName
{
border-color: #699CFD;
}
</style>