Shades of Cornflower Blue #6982D6
Tints of Cornflower Blue #6982D6
RGB
CMYK
RGB Variations
Color information
#6982D6 (or 0x6982D6) is known color: Cornflower Blue. HEX triplet: 69, 82 and D6. RGB value is (105,130,214). Sum of RGB (Red+Green+Blue) = 105+130+214=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 214 - color contains mainly: blue. Hex color #6982D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6982D6 is #967D29. Grayscale: #838383. Windows color (decimal): -9862442 or 14058089. OLE color: 14058089.
HSL color Cylindrical-coordinate representation of color #6982D6: hue angle of 226.24º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6982D6 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 130 | 214 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.16 |
| HSL | 226.24º | 0.57% | 0.63% | - |
| HSV(B) | 226.24º | 0.51% | 0.84% | - |
| XYZ | 25.95 | 23.82 | 66.85 | - |
| YUV | 132.1 | 174.22 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 214 | 0.51 | 0.39 | 0 | 0.16 | 226.24 | 0.57 | 0.63 |
| Hex | 69 | 82 | D6 | 33 | 27 | 0 | 10 | E2 | 39 | 3F |
| Octal | 151 | 202 | 326 | 63 | 47 | 0 | 20 | 342 | 71 | 77 |
| Binary | 1101001 | 10000010 | 11010110 | 110011 | 100111 | 0 | 10000 | 11100010 | 111001 | 111111 |
Color Harmonies of #6982D6
Complementary color
Monochromatic Colors of #6982D6
Black with #6982D6
Text Example
Text Example
White with #6982D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6982D6; }
p { color: rgb(105,130,214); }
H1.HeaderClassName
{
color: #6982D6;
}
.AnyTagClassName
{
color: #6982D6;
}
</style>
background-color css
<style>
a { background-color: #6982D6; }
a { background-color: rgb(105,130,214); }
div.DivClassName
{
background-color: #6982D6;
}
.BgClassName
{
background-color: #6982D6;
}
</style>
border-color css
<style>
span { border-color: #6982D6; }
span { border-color: rgb(105,130,214); }
td.TdClassName
{
border-color: #6982D6;
}
.TagClassName
{
border-color: #6982D6;
}
</style>