Shades of Cornflower Blue #6780FA
Tints of Cornflower Blue #6780FA
RGB
CMYK
RGB Variations
Color information
#6780FA (or 0x6780FA) is known color: Cornflower Blue. HEX triplet: 67, 80 and FA. RGB value is (103,128,250). Sum of RGB (Red+Green+Blue) = 103+128+250=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #6780FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6780FA is #987F05. Grayscale: #858585. Windows color (decimal): -9993990 or 16416871. OLE color: 16416871.
HSL color Cylindrical-coordinate representation of color #6780FA: hue angle of 229.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6780FA is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 128 | 250 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.02 |
| HSL | 229.8º | 0.94% | 0.69% | - |
| HSV(B) | 229.8º | 0.59% | 0.98% | - |
| XYZ | 30.57 | 25.22 | 93.7 | - |
| YUV | 134.43 | 193.22 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 250 | 0.59 | 0.49 | 0 | 0.02 | 229.8 | 0.94 | 0.69 |
| Hex | 67 | 80 | FA | 3B | 31 | 0 | 2 | E6 | 5E | 45 |
| Octal | 147 | 200 | 372 | 73 | 61 | 0 | 2 | 346 | 136 | 105 |
| Binary | 1100111 | 10000000 | 11111010 | 111011 | 110001 | 0 | 10 | 11100110 | 1011110 | 1000101 |
Color Harmonies of #6780FA
Complementary color
Monochromatic Colors of #6780FA
Black with #6780FA
Text Example
Text Example
White with #6780FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6780FA; }
p { color: rgb(103,128,250); }
H1.HeaderClassName
{
color: #6780FA;
}
.AnyTagClassName
{
color: #6780FA;
}
</style>
background-color css
<style>
a { background-color: #6780FA; }
a { background-color: rgb(103,128,250); }
div.DivClassName
{
background-color: #6780FA;
}
.BgClassName
{
background-color: #6780FA;
}
</style>
border-color css
<style>
span { border-color: #6780FA; }
span { border-color: rgb(103,128,250); }
td.TdClassName
{
border-color: #6780FA;
}
.TagClassName
{
border-color: #6780FA;
}
</style>