Shades of Cornflower Blue #6999FF
Tints of Cornflower Blue #6999FF
RGB
CMYK
RGB Variations
Color information
#6999FF (or 0x6999FF) is known color: Cornflower Blue. HEX triplet: 69, 99 and FF. RGB value is (105,153,255). Sum of RGB (Red+Green+Blue) = 105+153+255=513 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.47% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #6999FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6999FF is #966600. Grayscale: #959595. Windows color (decimal): -9856513 or 16750953. OLE color: 16750953.
HSL color Cylindrical-coordinate representation of color #6999FF: hue angle of 220.8º 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 #6999FF is Cyan = 0.59, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 153 | 255 | - |
| CMYK | 0.59 | 0.4 | 0 | 0 |
| HSL | 220.8º | 1% | 0.71% | - |
| HSV(B) | 220.8º | 0.59% | 1% | - |
| XYZ | 35.27 | 33.01 | 99.12 | - |
| YUV | 150.28 | 187.1 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 153 | 255 | 0.59 | 0.4 | 0 | 0 | 220.8 | 1 | 0.71 |
| Hex | 69 | 99 | FF | 3B | 28 | 0 | 0 | DD | 64 | 47 |
| Octal | 151 | 231 | 377 | 73 | 50 | 0 | 0 | 335 | 144 | 107 |
| Binary | 1101001 | 10011001 | 11111111 | 111011 | 101000 | 0 | 0 | 11011101 | 1100100 | 1000111 |
Color Harmonies of #6999FF
Complementary color
Monochromatic Colors of #6999FF
Black with #6999FF
Text Example
Text Example
White with #6999FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6999FF; }
p { color: rgb(105,153,255); }
H1.HeaderClassName
{
color: #6999FF;
}
.AnyTagClassName
{
color: #6999FF;
}
</style>
background-color css
<style>
a { background-color: #6999FF; }
a { background-color: rgb(105,153,255); }
div.DivClassName
{
background-color: #6999FF;
}
.BgClassName
{
background-color: #6999FF;
}
</style>
border-color css
<style>
span { border-color: #6999FF; }
span { border-color: rgb(105,153,255); }
td.TdClassName
{
border-color: #6999FF;
}
.TagClassName
{
border-color: #6999FF;
}
</style>