Shades of Cornflower Blue #6C7FFE
Tints of Cornflower Blue #6C7FFE
RGB
CMYK
RGB Variations
Color information
#6C7FFE (or 0x6C7FFE) is known color: Cornflower Blue. HEX triplet: 6C, 7F and FE. RGB value is (108,127,254). Sum of RGB (Red+Green+Blue) = 108+127+254=489 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.09% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C7FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7FFE is #938001. Grayscale: #878787. Windows color (decimal): -9666562 or 16678764. OLE color: 16678764.
HSL color Cylindrical-coordinate representation of color #6C7FFE: hue angle of 232.19º 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 #6C7FFE is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 127 | 254 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.00 |
| HSL | 232.19º | 0.99% | 0.71% | - |
| HSV(B) | 232.19º | 0.57% | 1% | - |
| XYZ | 31.66 | 25.52 | 97.02 | - |
| YUV | 135.8 | 194.71 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 127 | 254 | 0.57 | 0.50 | 0 | 0.00 | 232.19 | 0.99 | 0.71 |
| Hex | 6C | 7F | FE | 39 | 32 | 0 | 0 | E8 | 63 | 47 |
| Octal | 154 | 177 | 376 | 71 | 62 | 0 | 0 | 350 | 143 | 107 |
| Binary | 1101100 | 1111111 | 11111110 | 111001 | 110010 | 0 | 0 | 11101000 | 1100011 | 1000111 |
Color Harmonies of #6C7FFE
Complementary color
Monochromatic Colors of #6C7FFE
Black with #6C7FFE
Text Example
Text Example
White with #6C7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7FFE; }
p { color: rgb(108,127,254); }
H1.HeaderClassName
{
color: #6C7FFE;
}
.AnyTagClassName
{
color: #6C7FFE;
}
</style>
background-color css
<style>
a { background-color: #6C7FFE; }
a { background-color: rgb(108,127,254); }
div.DivClassName
{
background-color: #6C7FFE;
}
.BgClassName
{
background-color: #6C7FFE;
}
</style>
border-color css
<style>
span { border-color: #6C7FFE; }
span { border-color: rgb(108,127,254); }
td.TdClassName
{
border-color: #6C7FFE;
}
.TagClassName
{
border-color: #6C7FFE;
}
</style>