Shades of Cornflower Blue #6A9DFB
Tints of Cornflower Blue #6A9DFB
RGB
CMYK
RGB Variations
Color information
#6A9DFB (or 0x6A9DFB) is known color: Cornflower Blue. HEX triplet: 6A, 9D and FB. RGB value is (106,157,251). Sum of RGB (Red+Green+Blue) = 106+157+251=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A9DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A9DFB is #956204. Grayscale: #989898. Windows color (decimal): -9789957 or 16489834. OLE color: 16489834.
HSL color Cylindrical-coordinate representation of color #6A9DFB: hue angle of 218.9º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A9DFB is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 157 | 251 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.02 |
| HSL | 218.9º | 0.95% | 0.7% | - |
| HSV(B) | 218.9º | 0.58% | 0.98% | - |
| XYZ | 35.41 | 34.14 | 95.99 | - |
| YUV | 152.47 | 183.6 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 157 | 251 | 0.58 | 0.37 | 0 | 0.02 | 218.9 | 0.95 | 0.7 |
| Hex | 6A | 9D | FB | 3A | 25 | 0 | 2 | DB | 5F | 46 |
| Octal | 152 | 235 | 373 | 72 | 45 | 0 | 2 | 333 | 137 | 106 |
| Binary | 1101010 | 10011101 | 11111011 | 111010 | 100101 | 0 | 10 | 11011011 | 1011111 | 1000110 |
Color Harmonies of #6A9DFB
Complementary color
Monochromatic Colors of #6A9DFB
Black with #6A9DFB
Text Example
Text Example
White with #6A9DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9DFB; }
p { color: rgb(106,157,251); }
H1.HeaderClassName
{
color: #6A9DFB;
}
.AnyTagClassName
{
color: #6A9DFB;
}
</style>
background-color css
<style>
a { background-color: #6A9DFB; }
a { background-color: rgb(106,157,251); }
div.DivClassName
{
background-color: #6A9DFB;
}
.BgClassName
{
background-color: #6A9DFB;
}
</style>
border-color css
<style>
span { border-color: #6A9DFB; }
span { border-color: rgb(106,157,251); }
td.TdClassName
{
border-color: #6A9DFB;
}
.TagClassName
{
border-color: #6A9DFB;
}
</style>