Shades of Cornflower Blue #6F98FA
Tints of Cornflower Blue #6F98FA
RGB
CMYK
RGB Variations
Color information
#6F98FA (or 0x6F98FA) is known color: Cornflower Blue. HEX triplet: 6F, 98 and FA. RGB value is (111,152,250). Sum of RGB (Red+Green+Blue) = 111+152+250=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F98FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F98FA is #906705. Grayscale: #969696. Windows color (decimal): -9463558 or 16423023. OLE color: 16423023.
HSL color Cylindrical-coordinate representation of color #6F98FA: hue angle of 222.3º 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 #6F98FA is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 152 | 250 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.02 |
| HSL | 222.3º | 0.93% | 0.71% | - |
| HSV(B) | 222.3º | 0.56% | 0.98% | - |
| XYZ | 35.04 | 32.74 | 94.91 | - |
| YUV | 150.91 | 183.92 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 152 | 250 | 0.56 | 0.39 | 0 | 0.02 | 222.3 | 0.93 | 0.71 |
| Hex | 6F | 98 | FA | 38 | 27 | 0 | 2 | DE | 5D | 47 |
| Octal | 157 | 230 | 372 | 70 | 47 | 0 | 2 | 336 | 135 | 107 |
| Binary | 1101111 | 10011000 | 11111010 | 111000 | 100111 | 0 | 10 | 11011110 | 1011101 | 1000111 |
Color Harmonies of #6F98FA
Complementary color
Monochromatic Colors of #6F98FA
Black with #6F98FA
Text Example
Text Example
White with #6F98FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F98FA; }
p { color: rgb(111,152,250); }
H1.HeaderClassName
{
color: #6F98FA;
}
.AnyTagClassName
{
color: #6F98FA;
}
</style>
background-color css
<style>
a { background-color: #6F98FA; }
a { background-color: rgb(111,152,250); }
div.DivClassName
{
background-color: #6F98FA;
}
.BgClassName
{
background-color: #6F98FA;
}
</style>
border-color css
<style>
span { border-color: #6F98FA; }
span { border-color: rgb(111,152,250); }
td.TdClassName
{
border-color: #6F98FA;
}
.TagClassName
{
border-color: #6F98FA;
}
</style>