Shades of Cornflower Blue #6DA0FF
Tints of Cornflower Blue #6DA0FF
RGB
CMYK
RGB Variations
Color information
#6DA0FF (or 0x6DA0FF) is known color: Cornflower Blue. HEX triplet: 6D, A0 and FF. RGB value is (109,160,255). Sum of RGB (Red+Green+Blue) = 109+160+255=524 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.80% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DA0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA0FF is #925F00. Grayscale: #9B9B9B. Windows color (decimal): -9592577 or 16752749. OLE color: 16752749.
HSL color Cylindrical-coordinate representation of color #6DA0FF: hue angle of 219.04º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DA0FF is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 160 | 255 | - |
| CMYK | 0.57 | 0.37 | 0 | 0 |
| HSL | 219.04º | 1% | 0.71% | - |
| HSV(B) | 219.04º | 0.57% | 1% | - |
| XYZ | 36.93 | 35.61 | 99.54 | - |
| YUV | 155.58 | 184.1 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 255 | 0.57 | 0.37 | 0 | 0 | 219.04 | 1 | 0.71 |
| Hex | 6D | A0 | FF | 39 | 25 | 0 | 0 | DB | 64 | 47 |
| Octal | 155 | 240 | 377 | 71 | 45 | 0 | 0 | 333 | 144 | 107 |
| Binary | 1101101 | 10100000 | 11111111 | 111001 | 100101 | 0 | 0 | 11011011 | 1100100 | 1000111 |
Color Harmonies of #6DA0FF
Complementary color
Monochromatic Colors of #6DA0FF
Black with #6DA0FF
Text Example
Text Example
White with #6DA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA0FF; }
p { color: rgb(109,160,255); }
H1.HeaderClassName
{
color: #6DA0FF;
}
.AnyTagClassName
{
color: #6DA0FF;
}
</style>
background-color css
<style>
a { background-color: #6DA0FF; }
a { background-color: rgb(109,160,255); }
div.DivClassName
{
background-color: #6DA0FF;
}
.BgClassName
{
background-color: #6DA0FF;
}
</style>
border-color css
<style>
span { border-color: #6DA0FF; }
span { border-color: rgb(109,160,255); }
td.TdClassName
{
border-color: #6DA0FF;
}
.TagClassName
{
border-color: #6DA0FF;
}
</style>