Shades of Cornflower Blue #6780FE
Tints of Cornflower Blue #6780FE
RGB
CMYK
RGB Variations
Color information
#6780FE (or 0x6780FE) is known color: Cornflower Blue. HEX triplet: 67, 80 and FE. RGB value is (103,128,254). Sum of RGB (Red+Green+Blue) = 103+128+254=485 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.24% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #6780FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6780FE is #987F01. Grayscale: #868686. Windows color (decimal): -9993986 or 16679015. OLE color: 16679015.
HSL color Cylindrical-coordinate representation of color #6780FE: hue angle of 230.07º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6780FE is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 128 | 254 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.00 |
| HSL | 230.07º | 0.99% | 0.7% | - |
| HSV(B) | 230.07º | 0.59% | 1% | - |
| XYZ | 31.2 | 25.48 | 97.04 | - |
| YUV | 134.89 | 195.22 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 254 | 0.59 | 0.50 | 0 | 0.00 | 230.07 | 0.99 | 0.7 |
| Hex | 67 | 80 | FE | 3B | 32 | 0 | 0 | E6 | 63 | 46 |
| Octal | 147 | 200 | 376 | 73 | 62 | 0 | 0 | 346 | 143 | 106 |
| Binary | 1100111 | 10000000 | 11111110 | 111011 | 110010 | 0 | 0 | 11100110 | 1100011 | 1000110 |
Color Harmonies of #6780FE
Complementary color
Monochromatic Colors of #6780FE
Black with #6780FE
Text Example
Text Example
White with #6780FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6780FE; }
p { color: rgb(103,128,254); }
H1.HeaderClassName
{
color: #6780FE;
}
.AnyTagClassName
{
color: #6780FE;
}
</style>
background-color css
<style>
a { background-color: #6780FE; }
a { background-color: rgb(103,128,254); }
div.DivClassName
{
background-color: #6780FE;
}
.BgClassName
{
background-color: #6780FE;
}
</style>
border-color css
<style>
span { border-color: #6780FE; }
span { border-color: rgb(103,128,254); }
td.TdClassName
{
border-color: #6780FE;
}
.TagClassName
{
border-color: #6780FE;
}
</style>