Shades of Cornflower Blue #6B9EF1
Tints of Cornflower Blue #6B9EF1
RGB
CMYK
RGB Variations
Color information
#6B9EF1 (or 0x6B9EF1) is known color: Cornflower Blue. HEX triplet: 6B, 9E and F1. RGB value is (107,158,241). Sum of RGB (Red+Green+Blue) = 107+158+241=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #6B9EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9EF1 is #94610E. Grayscale: #979797. Windows color (decimal): -9724175 or 15834731. OLE color: 15834731.
HSL color Cylindrical-coordinate representation of color #6B9EF1: hue angle of 217.16º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B9EF1 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 158 | 241 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.05 |
| HSL | 217.16º | 0.83% | 0.68% | - |
| HSV(B) | 217.16º | 0.56% | 0.95% | - |
| XYZ | 34.17 | 33.93 | 87.97 | - |
| YUV | 152.21 | 178.1 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 158 | 241 | 0.56 | 0.34 | 0 | 0.05 | 217.16 | 0.83 | 0.68 |
| Hex | 6B | 9E | F1 | 38 | 22 | 0 | 5 | D9 | 53 | 44 |
| Octal | 153 | 236 | 361 | 70 | 42 | 0 | 5 | 331 | 123 | 104 |
| Binary | 1101011 | 10011110 | 11110001 | 111000 | 100010 | 0 | 101 | 11011001 | 1010011 | 1000100 |
Color Harmonies of #6B9EF1
Complementary color
Monochromatic Colors of #6B9EF1
Black with #6B9EF1
Text Example
Text Example
White with #6B9EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9EF1; }
p { color: rgb(107,158,241); }
H1.HeaderClassName
{
color: #6B9EF1;
}
.AnyTagClassName
{
color: #6B9EF1;
}
</style>
background-color css
<style>
a { background-color: #6B9EF1; }
a { background-color: rgb(107,158,241); }
div.DivClassName
{
background-color: #6B9EF1;
}
.BgClassName
{
background-color: #6B9EF1;
}
</style>
border-color css
<style>
span { border-color: #6B9EF1; }
span { border-color: rgb(107,158,241); }
td.TdClassName
{
border-color: #6B9EF1;
}
.TagClassName
{
border-color: #6B9EF1;
}
</style>