Shades of Cornflower Blue #6997D9
Tints of Cornflower Blue #6997D9
RGB
CMYK
RGB Variations
Color information
#6997D9 (or 0x6997D9) is known color: Cornflower Blue. HEX triplet: 69, 97 and D9. RGB value is (105,151,217). Sum of RGB (Red+Green+Blue) = 105+151+217=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #6997D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6997D9 is #966826. Grayscale: #909090. Windows color (decimal): -9857063 or 14260073. OLE color: 14260073.
HSL color Cylindrical-coordinate representation of color #6997D9: hue angle of 215.36º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6997D9 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 151 | 217 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.15 |
| HSL | 215.36º | 0.6% | 0.63% | - |
| HSV(B) | 215.36º | 0.52% | 0.85% | - |
| XYZ | 29.42 | 30.15 | 69.91 | - |
| YUV | 144.77 | 168.76 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 217 | 0.52 | 0.30 | 0 | 0.15 | 215.36 | 0.6 | 0.63 |
| Hex | 69 | 97 | D9 | 34 | 1E | 0 | F | D7 | 3C | 3F |
| Octal | 151 | 227 | 331 | 64 | 36 | 0 | 17 | 327 | 74 | 77 |
| Binary | 1101001 | 10010111 | 11011001 | 110100 | 11110 | 0 | 1111 | 11010111 | 111100 | 111111 |
Color Harmonies of #6997D9
Complementary color
Monochromatic Colors of #6997D9
Black with #6997D9
Text Example
Text Example
White with #6997D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6997D9; }
p { color: rgb(105,151,217); }
H1.HeaderClassName
{
color: #6997D9;
}
.AnyTagClassName
{
color: #6997D9;
}
</style>
background-color css
<style>
a { background-color: #6997D9; }
a { background-color: rgb(105,151,217); }
div.DivClassName
{
background-color: #6997D9;
}
.BgClassName
{
background-color: #6997D9;
}
</style>
border-color css
<style>
span { border-color: #6997D9; }
span { border-color: rgb(105,151,217); }
td.TdClassName
{
border-color: #6997D9;
}
.TagClassName
{
border-color: #6997D9;
}
</style>