Shades of Cornflower Blue #6C88ED
Tints of Cornflower Blue #6C88ED
RGB
CMYK
RGB Variations
Color information
#6C88ED (or 0x6C88ED) is known color: Cornflower Blue. HEX triplet: 6C, 88 and ED. RGB value is (108,136,237). Sum of RGB (Red+Green+Blue) = 108+136+237=481 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.45% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #6C88ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C88ED is #937712. Grayscale: #8A8A8A. Windows color (decimal): -9664275 or 15566956. OLE color: 15566956.
HSL color Cylindrical-coordinate representation of color #6C88ED: hue angle of 226.98º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C88ED is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 136 | 237 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.07 |
| HSL | 226.98º | 0.78% | 0.68% | - |
| HSV(B) | 226.98º | 0.54% | 0.93% | - |
| XYZ | 30.27 | 26.91 | 83.72 | - |
| YUV | 139.14 | 183.22 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 237 | 0.54 | 0.43 | 0 | 0.07 | 226.98 | 0.78 | 0.68 |
| Hex | 6C | 88 | ED | 36 | 2B | 0 | 7 | E3 | 4E | 44 |
| Octal | 154 | 210 | 355 | 66 | 53 | 0 | 7 | 343 | 116 | 104 |
| Binary | 1101100 | 10001000 | 11101101 | 110110 | 101011 | 0 | 111 | 11100011 | 1001110 | 1000100 |
Color Harmonies of #6C88ED
Complementary color
Monochromatic Colors of #6C88ED
Black with #6C88ED
Text Example
Text Example
White with #6C88ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C88ED; }
p { color: rgb(108,136,237); }
H1.HeaderClassName
{
color: #6C88ED;
}
.AnyTagClassName
{
color: #6C88ED;
}
</style>
background-color css
<style>
a { background-color: #6C88ED; }
a { background-color: rgb(108,136,237); }
div.DivClassName
{
background-color: #6C88ED;
}
.BgClassName
{
background-color: #6C88ED;
}
</style>
border-color css
<style>
span { border-color: #6C88ED; }
span { border-color: rgb(108,136,237); }
td.TdClassName
{
border-color: #6C88ED;
}
.TagClassName
{
border-color: #6C88ED;
}
</style>