Shades of Cornflower Blue #6FA2FA
Tints of Cornflower Blue #6FA2FA
RGB
CMYK
RGB Variations
Color information
#6FA2FA (or 0x6FA2FA) is known color: Cornflower Blue. HEX triplet: 6F, A2 and FA. RGB value is (111,162,250). Sum of RGB (Red+Green+Blue) = 111+162+250=523 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.22% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FA2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA2FA is #905D05. Grayscale: #9C9C9C. Windows color (decimal): -9460998 or 16425583. OLE color: 16425583.
HSL color Cylindrical-coordinate representation of color #6FA2FA: hue angle of 217.99º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FA2FA is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 162 | 250 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.02 |
| HSL | 217.99º | 0.93% | 0.71% | - |
| HSV(B) | 217.99º | 0.56% | 0.98% | - |
| XYZ | 36.73 | 36.12 | 95.48 | - |
| YUV | 156.78 | 180.6 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 250 | 0.56 | 0.35 | 0 | 0.02 | 217.99 | 0.93 | 0.71 |
| Hex | 6F | A2 | FA | 38 | 23 | 0 | 2 | DA | 5D | 47 |
| Octal | 157 | 242 | 372 | 70 | 43 | 0 | 2 | 332 | 135 | 107 |
| Binary | 1101111 | 10100010 | 11111010 | 111000 | 100011 | 0 | 10 | 11011010 | 1011101 | 1000111 |
Color Harmonies of #6FA2FA
Complementary color
Monochromatic Colors of #6FA2FA
Black with #6FA2FA
Text Example
Text Example
White with #6FA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA2FA; }
p { color: rgb(111,162,250); }
H1.HeaderClassName
{
color: #6FA2FA;
}
.AnyTagClassName
{
color: #6FA2FA;
}
</style>
background-color css
<style>
a { background-color: #6FA2FA; }
a { background-color: rgb(111,162,250); }
div.DivClassName
{
background-color: #6FA2FA;
}
.BgClassName
{
background-color: #6FA2FA;
}
</style>
border-color css
<style>
span { border-color: #6FA2FA; }
span { border-color: rgb(111,162,250); }
td.TdClassName
{
border-color: #6FA2FA;
}
.TagClassName
{
border-color: #6FA2FA;
}
</style>