Shades of Cornflower Blue #6DA2FF
Tints of Cornflower Blue #6DA2FF
RGB
CMYK
RGB Variations
Color information
#6DA2FF (or 0x6DA2FF) is known color: Cornflower Blue. HEX triplet: 6D, A2 and FF. RGB value is (109,162,255). Sum of RGB (Red+Green+Blue) = 109+162+255=526 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.72% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DA2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA2FF is #925D00. Grayscale: #9C9C9C. Windows color (decimal): -9592065 or 16753261. OLE color: 16753261.
HSL color Cylindrical-coordinate representation of color #6DA2FF: hue angle of 218.22º 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 #6DA2FF is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 162 | 255 | - |
| CMYK | 0.57 | 0.36 | 0 | 0 |
| HSL | 218.22º | 1% | 0.71% | - |
| HSV(B) | 218.22º | 0.57% | 1% | - |
| XYZ | 37.28 | 36.31 | 99.65 | - |
| YUV | 156.76 | 183.44 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 162 | 255 | 0.57 | 0.36 | 0 | 0 | 218.22 | 1 | 0.71 |
| Hex | 6D | A2 | FF | 39 | 24 | 0 | 0 | DA | 64 | 47 |
| Octal | 155 | 242 | 377 | 71 | 44 | 0 | 0 | 332 | 144 | 107 |
| Binary | 1101101 | 10100010 | 11111111 | 111001 | 100100 | 0 | 0 | 11011010 | 1100100 | 1000111 |
Color Harmonies of #6DA2FF
Complementary color
Monochromatic Colors of #6DA2FF
Black with #6DA2FF
Text Example
Text Example
White with #6DA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA2FF; }
p { color: rgb(109,162,255); }
H1.HeaderClassName
{
color: #6DA2FF;
}
.AnyTagClassName
{
color: #6DA2FF;
}
</style>
background-color css
<style>
a { background-color: #6DA2FF; }
a { background-color: rgb(109,162,255); }
div.DivClassName
{
background-color: #6DA2FF;
}
.BgClassName
{
background-color: #6DA2FF;
}
</style>
border-color css
<style>
span { border-color: #6DA2FF; }
span { border-color: rgb(109,162,255); }
td.TdClassName
{
border-color: #6DA2FF;
}
.TagClassName
{
border-color: #6DA2FF;
}
</style>