Shades of Cornflower Blue #6881EB
Tints of Cornflower Blue #6881EB
RGB
CMYK
RGB Variations
Color information
#6881EB (or 0x6881EB) is known color: Cornflower Blue. HEX triplet: 68, 81 and EB. RGB value is (104,129,235). Sum of RGB (Red+Green+Blue) = 104+129+235=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #6881EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6881EB is #977E14. Grayscale: #858585. Windows color (decimal): -9928213 or 15434088. OLE color: 15434088.
HSL color Cylindrical-coordinate representation of color #6881EB: hue angle of 228.55º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6881EB is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 129 | 235 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.08 |
| HSL | 228.55º | 0.77% | 0.66% | - |
| HSV(B) | 228.55º | 0.56% | 0.92% | - |
| XYZ | 28.55 | 24.64 | 81.85 | - |
| YUV | 133.61 | 185.22 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 235 | 0.56 | 0.45 | 0 | 0.08 | 228.55 | 0.77 | 0.66 |
| Hex | 68 | 81 | EB | 38 | 2D | 0 | 8 | E5 | 4D | 42 |
| Octal | 150 | 201 | 353 | 70 | 55 | 0 | 10 | 345 | 115 | 102 |
| Binary | 1101000 | 10000001 | 11101011 | 111000 | 101101 | 0 | 1000 | 11100101 | 1001101 | 1000010 |
Color Harmonies of #6881EB
Complementary color
Monochromatic Colors of #6881EB
Black with #6881EB
Text Example
Text Example
White with #6881EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6881EB; }
p { color: rgb(104,129,235); }
H1.HeaderClassName
{
color: #6881EB;
}
.AnyTagClassName
{
color: #6881EB;
}
</style>
background-color css
<style>
a { background-color: #6881EB; }
a { background-color: rgb(104,129,235); }
div.DivClassName
{
background-color: #6881EB;
}
.BgClassName
{
background-color: #6881EB;
}
</style>
border-color css
<style>
span { border-color: #6881EB; }
span { border-color: rgb(104,129,235); }
td.TdClassName
{
border-color: #6881EB;
}
.TagClassName
{
border-color: #6881EB;
}
</style>