Shades of Cornflower Blue #6B91E5
Tints of Cornflower Blue #6B91E5
RGB
CMYK
RGB Variations
Color information
#6B91E5 (or 0x6B91E5) is known color: Cornflower Blue. HEX triplet: 6B, 91 and E5. RGB value is (107,145,229). Sum of RGB (Red+Green+Blue) = 107+145+229=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #6B91E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B91E5 is #946E1A. Grayscale: #8E8E8E. Windows color (decimal): -9727515 or 15044971. OLE color: 15044971.
HSL color Cylindrical-coordinate representation of color #6B91E5: hue angle of 221.31º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B91E5 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 107 | 145 | 229 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.10 |
| HSL | 221.31º | 0.7% | 0.66% | - |
| HSV(B) | 221.31º | 0.53% | 0.9% | - |
| XYZ | 30.33 | 29.03 | 78.13 | - |
| YUV | 143.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 229 | 0.53 | 0.37 | 0 | 0.10 | 221.31 | 0.7 | 0.66 |
| Hex | 6B | 91 | E5 | 35 | 25 | 0 | A | DD | 46 | 42 |
| Octal | 153 | 221 | 345 | 65 | 45 | 0 | 12 | 335 | 106 | 102 |
| Binary | 1101011 | 10010001 | 11100101 | 110101 | 100101 | 0 | 1010 | 11011101 | 1000110 | 1000010 |
Color Harmonies of #6B91E5
Complementary color
Monochromatic Colors of #6B91E5
Black with #6B91E5
Text Example
Text Example
White with #6B91E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B91E5; }
p { color: rgb(107,145,229); }
H1.HeaderClassName
{
color: #6B91E5;
}
.AnyTagClassName
{
color: #6B91E5;
}
</style>
background-color css
<style>
a { background-color: #6B91E5; }
a { background-color: rgb(107,145,229); }
div.DivClassName
{
background-color: #6B91E5;
}
.BgClassName
{
background-color: #6B91E5;
}
</style>
border-color css
<style>
span { border-color: #6B91E5; }
span { border-color: rgb(107,145,229); }
td.TdClassName
{
border-color: #6B91E5;
}
.TagClassName
{
border-color: #6B91E5;
}
</style>