Shades of Cornflower Blue #6C8FFE
Tints of Cornflower Blue #6C8FFE
RGB
CMYK
RGB Variations
Color information
#6C8FFE (or 0x6C8FFE) is known color: Cornflower Blue. HEX triplet: 6C, 8F and FE. RGB value is (108,143,254). Sum of RGB (Red+Green+Blue) = 108+143+254=505 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.39% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C8FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8FFE is #937001. Grayscale: #909090. Windows color (decimal): -9662466 or 16682860. OLE color: 16682860.
HSL color Cylindrical-coordinate representation of color #6C8FFE: hue angle of 225.62º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C8FFE is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 143 | 254 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.00 |
| HSL | 225.62º | 0.99% | 0.71% | - |
| HSV(B) | 225.62º | 0.57% | 1% | - |
| XYZ | 33.9 | 29.99 | 97.77 | - |
| YUV | 145.19 | 189.4 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 143 | 254 | 0.57 | 0.44 | 0 | 0.00 | 225.62 | 0.99 | 0.71 |
| Hex | 6C | 8F | FE | 39 | 2C | 0 | 0 | E2 | 63 | 47 |
| Octal | 154 | 217 | 376 | 71 | 54 | 0 | 0 | 342 | 143 | 107 |
| Binary | 1101100 | 10001111 | 11111110 | 111001 | 101100 | 0 | 0 | 11100010 | 1100011 | 1000111 |
Color Harmonies of #6C8FFE
Complementary color
Monochromatic Colors of #6C8FFE
Black with #6C8FFE
Text Example
Text Example
White with #6C8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8FFE; }
p { color: rgb(108,143,254); }
H1.HeaderClassName
{
color: #6C8FFE;
}
.AnyTagClassName
{
color: #6C8FFE;
}
</style>
background-color css
<style>
a { background-color: #6C8FFE; }
a { background-color: rgb(108,143,254); }
div.DivClassName
{
background-color: #6C8FFE;
}
.BgClassName
{
background-color: #6C8FFE;
}
</style>
border-color css
<style>
span { border-color: #6C8FFE; }
span { border-color: rgb(108,143,254); }
td.TdClassName
{
border-color: #6C8FFE;
}
.TagClassName
{
border-color: #6C8FFE;
}
</style>