Shades of Cornflower Blue #6C8AFE
Tints of Cornflower Blue #6C8AFE
RGB
CMYK
RGB Variations
Color information
#6C8AFE (or 0x6C8AFE) is known color: Cornflower Blue. HEX triplet: 6C, 8A and FE. RGB value is (108,138,254). Sum of RGB (Red+Green+Blue) = 108+138+254=500 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.6% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C8AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8AFE is #937501. Grayscale: #8D8D8D. Windows color (decimal): -9663746 or 16681580. OLE color: 16681580.
HSL color Cylindrical-coordinate representation of color #6C8AFE: hue angle of 227.67º 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 #6C8AFE is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 138 | 254 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.00 |
| HSL | 227.67º | 0.99% | 0.71% | - |
| HSV(B) | 227.67º | 0.57% | 1% | - |
| XYZ | 33.16 | 28.52 | 97.52 | - |
| YUV | 142.25 | 191.06 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 138 | 254 | 0.57 | 0.46 | 0 | 0.00 | 227.67 | 0.99 | 0.71 |
| Hex | 6C | 8A | FE | 39 | 2E | 0 | 0 | E4 | 63 | 47 |
| Octal | 154 | 212 | 376 | 71 | 56 | 0 | 0 | 344 | 143 | 107 |
| Binary | 1101100 | 10001010 | 11111110 | 111001 | 101110 | 0 | 0 | 11100100 | 1100011 | 1000111 |
Color Harmonies of #6C8AFE
Complementary color
Monochromatic Colors of #6C8AFE
Black with #6C8AFE
Text Example
Text Example
White with #6C8AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8AFE; }
p { color: rgb(108,138,254); }
H1.HeaderClassName
{
color: #6C8AFE;
}
.AnyTagClassName
{
color: #6C8AFE;
}
</style>
background-color css
<style>
a { background-color: #6C8AFE; }
a { background-color: rgb(108,138,254); }
div.DivClassName
{
background-color: #6C8AFE;
}
.BgClassName
{
background-color: #6C8AFE;
}
</style>
border-color css
<style>
span { border-color: #6C8AFE; }
span { border-color: rgb(108,138,254); }
td.TdClassName
{
border-color: #6C8AFE;
}
.TagClassName
{
border-color: #6C8AFE;
}
</style>