Shades of Cornflower Blue #6F98ED
Tints of Cornflower Blue #6F98ED
RGB
CMYK
RGB Variations
Color information
#6F98ED (or 0x6F98ED) is known color: Cornflower Blue. HEX triplet: 6F, 98 and ED. RGB value is (111,152,237). Sum of RGB (Red+Green+Blue) = 111+152+237=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F98ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F98ED is #906712. Grayscale: #959595. Windows color (decimal): -9463571 or 15571055. OLE color: 15571055.
HSL color Cylindrical-coordinate representation of color #6F98ED: hue angle of 220.48º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F98ED is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 152 | 237 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.07 |
| HSL | 220.48º | 0.78% | 0.68% | - |
| HSV(B) | 220.48º | 0.53% | 0.93% | - |
| XYZ | 33.07 | 31.95 | 84.54 | - |
| YUV | 149.43 | 177.42 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 152 | 237 | 0.53 | 0.36 | 0 | 0.07 | 220.48 | 0.78 | 0.68 |
| Hex | 6F | 98 | ED | 35 | 24 | 0 | 7 | DC | 4E | 44 |
| Octal | 157 | 230 | 355 | 65 | 44 | 0 | 7 | 334 | 116 | 104 |
| Binary | 1101111 | 10011000 | 11101101 | 110101 | 100100 | 0 | 111 | 11011100 | 1001110 | 1000100 |
Color Harmonies of #6F98ED
Complementary color
Monochromatic Colors of #6F98ED
Black with #6F98ED
Text Example
Text Example
White with #6F98ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F98ED; }
p { color: rgb(111,152,237); }
H1.HeaderClassName
{
color: #6F98ED;
}
.AnyTagClassName
{
color: #6F98ED;
}
</style>
background-color css
<style>
a { background-color: #6F98ED; }
a { background-color: rgb(111,152,237); }
div.DivClassName
{
background-color: #6F98ED;
}
.BgClassName
{
background-color: #6F98ED;
}
</style>
border-color css
<style>
span { border-color: #6F98ED; }
span { border-color: rgb(111,152,237); }
td.TdClassName
{
border-color: #6F98ED;
}
.TagClassName
{
border-color: #6F98ED;
}
</style>