Shades of Cornflower Blue #6C81EB
Tints of Cornflower Blue #6C81EB
RGB
CMYK
RGB Variations
Color information
#6C81EB (or 0x6C81EB) is known color: Cornflower Blue. HEX triplet: 6C, 81 and EB. RGB value is (108,129,235). Sum of RGB (Red+Green+Blue) = 108+129+235=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C81EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C81EB is #937E14. Grayscale: #868686. Windows color (decimal): -9666069 or 15434092. OLE color: 15434092.
HSL color Cylindrical-coordinate representation of color #6C81EB: hue angle of 230.08º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C81EB is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 129 | 235 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.08 |
| HSL | 230.08º | 0.76% | 0.67% | - |
| HSV(B) | 230.08º | 0.54% | 0.92% | - |
| XYZ | 29.03 | 24.89 | 81.87 | - |
| YUV | 134.81 | 184.54 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 129 | 235 | 0.54 | 0.45 | 0 | 0.08 | 230.08 | 0.76 | 0.67 |
| Hex | 6C | 81 | EB | 36 | 2D | 0 | 8 | E6 | 4C | 43 |
| Octal | 154 | 201 | 353 | 66 | 55 | 0 | 10 | 346 | 114 | 103 |
| Binary | 1101100 | 10000001 | 11101011 | 110110 | 101101 | 0 | 1000 | 11100110 | 1001100 | 1000011 |
Color Harmonies of #6C81EB
Complementary color
Monochromatic Colors of #6C81EB
Black with #6C81EB
Text Example
Text Example
White with #6C81EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C81EB; }
p { color: rgb(108,129,235); }
H1.HeaderClassName
{
color: #6C81EB;
}
.AnyTagClassName
{
color: #6C81EB;
}
</style>
background-color css
<style>
a { background-color: #6C81EB; }
a { background-color: rgb(108,129,235); }
div.DivClassName
{
background-color: #6C81EB;
}
.BgClassName
{
background-color: #6C81EB;
}
</style>
border-color css
<style>
span { border-color: #6C81EB; }
span { border-color: rgb(108,129,235); }
td.TdClassName
{
border-color: #6C81EB;
}
.TagClassName
{
border-color: #6C81EB;
}
</style>