Shades of Cornflower Blue #6D90FF
Tints of Cornflower Blue #6D90FF
RGB
CMYK
RGB Variations
Color information
#6D90FF (or 0x6D90FF) is known color: Cornflower Blue. HEX triplet: 6D, 90 and FF. RGB value is (109,144,255). Sum of RGB (Red+Green+Blue) = 109+144+255=508 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.46% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D90FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D90FF is #926F00. Grayscale: #919191. Windows color (decimal): -9596673 or 16748653. OLE color: 16748653.
HSL color Cylindrical-coordinate representation of color #6D90FF: hue angle of 225.62º 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 #6D90FF is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 144 | 255 | - |
| CMYK | 0.57 | 0.44 | 0 | 0 |
| HSL | 225.62º | 1% | 0.71% | - |
| HSV(B) | 225.62º | 0.57% | 1% | - |
| XYZ | 34.33 | 30.42 | 98.67 | - |
| YUV | 146.19 | 189.4 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 144 | 255 | 0.57 | 0.44 | 0 | 0 | 225.62 | 1 | 0.71 |
| Hex | 6D | 90 | FF | 39 | 2C | 0 | 0 | E2 | 64 | 47 |
| Octal | 155 | 220 | 377 | 71 | 54 | 0 | 0 | 342 | 144 | 107 |
| Binary | 1101101 | 10010000 | 11111111 | 111001 | 101100 | 0 | 0 | 11100010 | 1100100 | 1000111 |
Color Harmonies of #6D90FF
Complementary color
Monochromatic Colors of #6D90FF
Black with #6D90FF
Text Example
Text Example
White with #6D90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D90FF; }
p { color: rgb(109,144,255); }
H1.HeaderClassName
{
color: #6D90FF;
}
.AnyTagClassName
{
color: #6D90FF;
}
</style>
background-color css
<style>
a { background-color: #6D90FF; }
a { background-color: rgb(109,144,255); }
div.DivClassName
{
background-color: #6D90FF;
}
.BgClassName
{
background-color: #6D90FF;
}
</style>
border-color css
<style>
span { border-color: #6D90FF; }
span { border-color: rgb(109,144,255); }
td.TdClassName
{
border-color: #6D90FF;
}
.TagClassName
{
border-color: #6D90FF;
}
</style>