Shades of Cornflower Blue #699CFF
Tints of Cornflower Blue #699CFF
RGB
CMYK
RGB Variations
Color information
#699CFF (or 0x699CFF) is known color: Cornflower Blue. HEX triplet: 69, 9C and FF. RGB value is (105,156,255). Sum of RGB (Red+Green+Blue) = 105+156+255=516 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.35% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #699CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699CFF is #966300. Grayscale: #979797. Windows color (decimal): -9855745 or 16751721. OLE color: 16751721.
HSL color Cylindrical-coordinate representation of color #699CFF: hue angle of 219.6º 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 #699CFF is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 156 | 255 | - |
| CMYK | 0.59 | 0.39 | 0 | 0 |
| HSL | 219.6º | 1% | 0.71% | - |
| HSV(B) | 219.6º | 0.59% | 1% | - |
| XYZ | 35.76 | 34 | 99.29 | - |
| YUV | 152.04 | 186.1 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 255 | 0.59 | 0.39 | 0 | 0 | 219.6 | 1 | 0.71 |
| Hex | 69 | 9C | FF | 3B | 27 | 0 | 0 | DC | 64 | 47 |
| Octal | 151 | 234 | 377 | 73 | 47 | 0 | 0 | 334 | 144 | 107 |
| Binary | 1101001 | 10011100 | 11111111 | 111011 | 100111 | 0 | 0 | 11011100 | 1100100 | 1000111 |
Color Harmonies of #699CFF
Complementary color
Monochromatic Colors of #699CFF
Black with #699CFF
Text Example
Text Example
White with #699CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699CFF; }
p { color: rgb(105,156,255); }
H1.HeaderClassName
{
color: #699CFF;
}
.AnyTagClassName
{
color: #699CFF;
}
</style>
background-color css
<style>
a { background-color: #699CFF; }
a { background-color: rgb(105,156,255); }
div.DivClassName
{
background-color: #699CFF;
}
.BgClassName
{
background-color: #699CFF;
}
</style>
border-color css
<style>
span { border-color: #699CFF; }
span { border-color: rgb(105,156,255); }
td.TdClassName
{
border-color: #699CFF;
}
.TagClassName
{
border-color: #699CFF;
}
</style>