Shades of Cornflower Blue #6FA2FD
Tints of Cornflower Blue #6FA2FD
RGB
CMYK
RGB Variations
Color information
#6FA2FD (or 0x6FA2FD) is known color: Cornflower Blue. HEX triplet: 6F, A2 and FD. RGB value is (111,162,253). Sum of RGB (Red+Green+Blue) = 111+162+253=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FA2FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA2FD is #905D02. Grayscale: #9C9C9C. Windows color (decimal): -9460995 or 16622191. OLE color: 16622191.
HSL color Cylindrical-coordinate representation of color #6FA2FD: hue angle of 218.45º 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 #6FA2FD is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 162 | 253 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.01 |
| HSL | 218.45º | 0.97% | 0.71% | - |
| HSV(B) | 218.45º | 0.56% | 0.99% | - |
| XYZ | 37.21 | 36.31 | 97.98 | - |
| YUV | 157.13 | 182.1 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 253 | 0.56 | 0.36 | 0 | 0.01 | 218.45 | 0.97 | 0.71 |
| Hex | 6F | A2 | FD | 38 | 24 | 0 | 1 | DA | 61 | 47 |
| Octal | 157 | 242 | 375 | 70 | 44 | 0 | 1 | 332 | 141 | 107 |
| Binary | 1101111 | 10100010 | 11111101 | 111000 | 100100 | 0 | 1 | 11011010 | 1100001 | 1000111 |
Color Harmonies of #6FA2FD
Complementary color
Monochromatic Colors of #6FA2FD
Black with #6FA2FD
Text Example
Text Example
White with #6FA2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA2FD; }
p { color: rgb(111,162,253); }
H1.HeaderClassName
{
color: #6FA2FD;
}
.AnyTagClassName
{
color: #6FA2FD;
}
</style>
background-color css
<style>
a { background-color: #6FA2FD; }
a { background-color: rgb(111,162,253); }
div.DivClassName
{
background-color: #6FA2FD;
}
.BgClassName
{
background-color: #6FA2FD;
}
</style>
border-color css
<style>
span { border-color: #6FA2FD; }
span { border-color: rgb(111,162,253); }
td.TdClassName
{
border-color: #6FA2FD;
}
.TagClassName
{
border-color: #6FA2FD;
}
</style>