Shades of Cornflower Blue #6791FB
Tints of Cornflower Blue #6791FB
RGB
CMYK
RGB Variations
Color information
#6791FB (or 0x6791FB) is known color: Cornflower Blue. HEX triplet: 67, 91 and FB. RGB value is (103,145,251). Sum of RGB (Red+Green+Blue) = 103+145+251=499 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.64% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #6791FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6791FB is #986E04. Grayscale: #909090. Windows color (decimal): -9989637 or 16486759. OLE color: 16486759.
HSL color Cylindrical-coordinate representation of color #6791FB: hue angle of 222.97º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6791FB is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 145 | 251 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.02 |
| HSL | 222.97º | 0.95% | 0.69% | - |
| HSV(B) | 222.97º | 0.59% | 0.98% | - |
| XYZ | 33.13 | 30.1 | 95.33 | - |
| YUV | 144.53 | 188.09 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 251 | 0.59 | 0.42 | 0 | 0.02 | 222.97 | 0.95 | 0.69 |
| Hex | 67 | 91 | FB | 3B | 2A | 0 | 2 | DF | 5F | 45 |
| Octal | 147 | 221 | 373 | 73 | 52 | 0 | 2 | 337 | 137 | 105 |
| Binary | 1100111 | 10010001 | 11111011 | 111011 | 101010 | 0 | 10 | 11011111 | 1011111 | 1000101 |
Color Harmonies of #6791FB
Complementary color
Monochromatic Colors of #6791FB
Black with #6791FB
Text Example
Text Example
White with #6791FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6791FB; }
p { color: rgb(103,145,251); }
H1.HeaderClassName
{
color: #6791FB;
}
.AnyTagClassName
{
color: #6791FB;
}
</style>
background-color css
<style>
a { background-color: #6791FB; }
a { background-color: rgb(103,145,251); }
div.DivClassName
{
background-color: #6791FB;
}
.BgClassName
{
background-color: #6791FB;
}
</style>
border-color css
<style>
span { border-color: #6791FB; }
span { border-color: rgb(103,145,251); }
td.TdClassName
{
border-color: #6791FB;
}
.TagClassName
{
border-color: #6791FB;
}
</style>