Shades of Cornflower Blue #6FA0FD
Tints of Cornflower Blue #6FA0FD
RGB
CMYK
RGB Variations
Color information
#6FA0FD (or 0x6FA0FD) is known color: Cornflower Blue. HEX triplet: 6F, A0 and FD. RGB value is (111,160,253). Sum of RGB (Red+Green+Blue) = 111+160+253=524 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.18% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FA0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA0FD is #905F02. Grayscale: #9B9B9B. Windows color (decimal): -9461507 or 16621679. OLE color: 16621679.
HSL color Cylindrical-coordinate representation of color #6FA0FD: hue angle of 219.3º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FA0FD is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 160 | 253 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.01 |
| HSL | 219.3º | 0.97% | 0.71% | - |
| HSV(B) | 219.3º | 0.56% | 0.99% | - |
| XYZ | 36.86 | 35.61 | 97.86 | - |
| YUV | 155.95 | 182.77 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 253 | 0.56 | 0.37 | 0 | 0.01 | 219.3 | 0.97 | 0.71 |
| Hex | 6F | A0 | FD | 38 | 25 | 0 | 1 | DB | 61 | 47 |
| Octal | 157 | 240 | 375 | 70 | 45 | 0 | 1 | 333 | 141 | 107 |
| Binary | 1101111 | 10100000 | 11111101 | 111000 | 100101 | 0 | 1 | 11011011 | 1100001 | 1000111 |
Color Harmonies of #6FA0FD
Complementary color
Monochromatic Colors of #6FA0FD
Black with #6FA0FD
Text Example
Text Example
White with #6FA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA0FD; }
p { color: rgb(111,160,253); }
H1.HeaderClassName
{
color: #6FA0FD;
}
.AnyTagClassName
{
color: #6FA0FD;
}
</style>
background-color css
<style>
a { background-color: #6FA0FD; }
a { background-color: rgb(111,160,253); }
div.DivClassName
{
background-color: #6FA0FD;
}
.BgClassName
{
background-color: #6FA0FD;
}
</style>
border-color css
<style>
span { border-color: #6FA0FD; }
span { border-color: rgb(111,160,253); }
td.TdClassName
{
border-color: #6FA0FD;
}
.TagClassName
{
border-color: #6FA0FD;
}
</style>