Shades of Cornflower Blue #6780FF
Tints of Cornflower Blue #6780FF
RGB
CMYK
RGB Variations
Color information
#6780FF (or 0x6780FF) is known color: Cornflower Blue. HEX triplet: 67, 80 and FF. RGB value is (103,128,255). Sum of RGB (Red+Green+Blue) = 103+128+255=486 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.19% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #6780FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6780FF is #987F00. Grayscale: #868686. Windows color (decimal): -9993985 or 16744551. OLE color: 16744551.
HSL color Cylindrical-coordinate representation of color #6780FF: hue angle of 230.13º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6780FF is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 128 | 255 | - |
| CMYK | 0.60 | 0.50 | 0 | 0 |
| HSL | 230.13º | 1% | 0.7% | - |
| HSV(B) | 230.13º | 0.6% | 1% | - |
| XYZ | 31.36 | 25.54 | 97.88 | - |
| YUV | 135 | 195.72 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 255 | 0.60 | 0.50 | 0 | 0 | 230.13 | 1 | 0.7 |
| Hex | 67 | 80 | FF | 3C | 32 | 0 | 0 | E6 | 64 | 46 |
| Octal | 147 | 200 | 377 | 74 | 62 | 0 | 0 | 346 | 144 | 106 |
| Binary | 1100111 | 10000000 | 11111111 | 111100 | 110010 | 0 | 0 | 11100110 | 1100100 | 1000110 |
Color Harmonies of #6780FF
Complementary color
Monochromatic Colors of #6780FF
Black with #6780FF
Text Example
Text Example
White with #6780FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6780FF; }
p { color: rgb(103,128,255); }
H1.HeaderClassName
{
color: #6780FF;
}
.AnyTagClassName
{
color: #6780FF;
}
</style>
background-color css
<style>
a { background-color: #6780FF; }
a { background-color: rgb(103,128,255); }
div.DivClassName
{
background-color: #6780FF;
}
.BgClassName
{
background-color: #6780FF;
}
</style>
border-color css
<style>
span { border-color: #6780FF; }
span { border-color: rgb(103,128,255); }
td.TdClassName
{
border-color: #6780FF;
}
.TagClassName
{
border-color: #6780FF;
}
</style>