Shades of Cornflower Blue #6C8CEB
Tints of Cornflower Blue #6C8CEB
RGB
CMYK
RGB Variations
Color information
#6C8CEB (or 0x6C8CEB) is known color: Cornflower Blue. HEX triplet: 6C, 8C and EB. RGB value is (108,140,235). Sum of RGB (Red+Green+Blue) = 108+140+235=483 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.36% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C8CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8CEB is #937314. Grayscale: #8C8C8C. Windows color (decimal): -9663253 or 15436908. OLE color: 15436908.
HSL color Cylindrical-coordinate representation of color #6C8CEB: hue angle of 224.88º 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 #6C8CEB is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 140 | 235 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.08 |
| HSL | 224.88º | 0.76% | 0.67% | - |
| HSV(B) | 224.88º | 0.54% | 0.92% | - |
| XYZ | 30.56 | 27.94 | 82.38 | - |
| YUV | 141.26 | 180.9 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 140 | 235 | 0.54 | 0.40 | 0 | 0.08 | 224.88 | 0.76 | 0.67 |
| Hex | 6C | 8C | EB | 36 | 28 | 0 | 8 | E1 | 4C | 43 |
| Octal | 154 | 214 | 353 | 66 | 50 | 0 | 10 | 341 | 114 | 103 |
| Binary | 1101100 | 10001100 | 11101011 | 110110 | 101000 | 0 | 1000 | 11100001 | 1001100 | 1000011 |
Color Harmonies of #6C8CEB
Complementary color
Monochromatic Colors of #6C8CEB
Black with #6C8CEB
Text Example
Text Example
White with #6C8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8CEB; }
p { color: rgb(108,140,235); }
H1.HeaderClassName
{
color: #6C8CEB;
}
.AnyTagClassName
{
color: #6C8CEB;
}
</style>
background-color css
<style>
a { background-color: #6C8CEB; }
a { background-color: rgb(108,140,235); }
div.DivClassName
{
background-color: #6C8CEB;
}
.BgClassName
{
background-color: #6C8CEB;
}
</style>
border-color css
<style>
span { border-color: #6C8CEB; }
span { border-color: rgb(108,140,235); }
td.TdClassName
{
border-color: #6C8CEB;
}
.TagClassName
{
border-color: #6C8CEB;
}
</style>