Shades of Cornflower Blue #6997DC
Tints of Cornflower Blue #6997DC
RGB
CMYK
RGB Variations
Color information
#6997DC (or 0x6997DC) is known color: Cornflower Blue. HEX triplet: 69, 97 and DC. RGB value is (105,151,220). Sum of RGB (Red+Green+Blue) = 105+151+220=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #6997DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6997DC is #966823. Grayscale: #909090. Windows color (decimal): -9857060 or 14456681. OLE color: 14456681.
HSL color Cylindrical-coordinate representation of color #6997DC: hue angle of 216º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6997DC is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 151 | 220 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.14 |
| HSL | 216º | 0.62% | 0.64% | - |
| HSV(B) | 216º | 0.52% | 0.86% | - |
| XYZ | 29.81 | 30.3 | 71.99 | - |
| YUV | 145.11 | 170.26 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 220 | 0.52 | 0.31 | 0 | 0.14 | 216 | 0.62 | 0.64 |
| Hex | 69 | 97 | DC | 34 | 1F | 0 | E | D8 | 3E | 40 |
| Octal | 151 | 227 | 334 | 64 | 37 | 0 | 16 | 330 | 76 | 100 |
| Binary | 1101001 | 10010111 | 11011100 | 110100 | 11111 | 0 | 1110 | 11011000 | 111110 | 1000000 |
Color Harmonies of #6997DC
Complementary color
Monochromatic Colors of #6997DC
Black with #6997DC
Text Example
Text Example
White with #6997DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6997DC; }
p { color: rgb(105,151,220); }
H1.HeaderClassName
{
color: #6997DC;
}
.AnyTagClassName
{
color: #6997DC;
}
</style>
background-color css
<style>
a { background-color: #6997DC; }
a { background-color: rgb(105,151,220); }
div.DivClassName
{
background-color: #6997DC;
}
.BgClassName
{
background-color: #6997DC;
}
</style>
border-color css
<style>
span { border-color: #6997DC; }
span { border-color: rgb(105,151,220); }
td.TdClassName
{
border-color: #6997DC;
}
.TagClassName
{
border-color: #6997DC;
}
</style>