Shades of Cornflower Blue #6791F1
Tints of Cornflower Blue #6791F1
RGB
CMYK
RGB Variations
Color information
#6791F1 (or 0x6791F1) is known color: Cornflower Blue. HEX triplet: 67, 91 and F1. RGB value is (103,145,241). Sum of RGB (Red+Green+Blue) = 103+145+241=489 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.06% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #6791F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6791F1 is #986E0E. Grayscale: #8E8E8E. Windows color (decimal): -9989647 or 15831399. OLE color: 15831399.
HSL color Cylindrical-coordinate representation of color #6791F1: hue angle of 221.74º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6791F1 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 145 | 241 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.05 |
| HSL | 221.74º | 0.83% | 0.67% | - |
| HSV(B) | 221.74º | 0.57% | 0.95% | - |
| XYZ | 31.6 | 29.49 | 87.25 | - |
| YUV | 143.39 | 183.09 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 241 | 0.57 | 0.40 | 0 | 0.05 | 221.74 | 0.83 | 0.67 |
| Hex | 67 | 91 | F1 | 39 | 28 | 0 | 5 | DE | 53 | 43 |
| Octal | 147 | 221 | 361 | 71 | 50 | 0 | 5 | 336 | 123 | 103 |
| Binary | 1100111 | 10010001 | 11110001 | 111001 | 101000 | 0 | 101 | 11011110 | 1010011 | 1000011 |
Color Harmonies of #6791F1
Complementary color
Monochromatic Colors of #6791F1
Black with #6791F1
Text Example
Text Example
White with #6791F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6791F1; }
p { color: rgb(103,145,241); }
H1.HeaderClassName
{
color: #6791F1;
}
.AnyTagClassName
{
color: #6791F1;
}
</style>
background-color css
<style>
a { background-color: #6791F1; }
a { background-color: rgb(103,145,241); }
div.DivClassName
{
background-color: #6791F1;
}
.BgClassName
{
background-color: #6791F1;
}
</style>
border-color css
<style>
span { border-color: #6791F1; }
span { border-color: rgb(103,145,241); }
td.TdClassName
{
border-color: #6791F1;
}
.TagClassName
{
border-color: #6791F1;
}
</style>