Shades of Cornflower Blue #6982DF
Tints of Cornflower Blue #6982DF
RGB
CMYK
RGB Variations
Color information
#6982DF (or 0x6982DF) is known color: Cornflower Blue. HEX triplet: 69, 82 and DF. RGB value is (105,130,223). Sum of RGB (Red+Green+Blue) = 105+130+223=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #6982DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6982DF is #967D20. Grayscale: #848484. Windows color (decimal): -9862433 or 14647913. OLE color: 14647913.
HSL color Cylindrical-coordinate representation of color #6982DF: hue angle of 227.29º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6982DF is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 130 | 223 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.13 |
| HSL | 227.29º | 0.65% | 0.64% | - |
| HSV(B) | 227.29º | 0.53% | 0.87% | - |
| XYZ | 27.13 | 24.3 | 73.07 | - |
| YUV | 133.13 | 178.72 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 223 | 0.53 | 0.42 | 0 | 0.13 | 227.29 | 0.65 | 0.64 |
| Hex | 69 | 82 | DF | 35 | 2A | 0 | D | E3 | 41 | 40 |
| Octal | 151 | 202 | 337 | 65 | 52 | 0 | 15 | 343 | 101 | 100 |
| Binary | 1101001 | 10000010 | 11011111 | 110101 | 101010 | 0 | 1101 | 11100011 | 1000001 | 1000000 |
Color Harmonies of #6982DF
Complementary color
Monochromatic Colors of #6982DF
Black with #6982DF
Text Example
Text Example
White with #6982DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6982DF; }
p { color: rgb(105,130,223); }
H1.HeaderClassName
{
color: #6982DF;
}
.AnyTagClassName
{
color: #6982DF;
}
</style>
background-color css
<style>
a { background-color: #6982DF; }
a { background-color: rgb(105,130,223); }
div.DivClassName
{
background-color: #6982DF;
}
.BgClassName
{
background-color: #6982DF;
}
</style>
border-color css
<style>
span { border-color: #6982DF; }
span { border-color: rgb(105,130,223); }
td.TdClassName
{
border-color: #6982DF;
}
.TagClassName
{
border-color: #6982DF;
}
</style>