Shades of Cornflower Blue #6780F6
Tints of Cornflower Blue #6780F6
RGB
CMYK
RGB Variations
Color information
#6780F6 (or 0x6780F6) is known color: Cornflower Blue. HEX triplet: 67, 80 and F6. RGB value is (103,128,246). Sum of RGB (Red+Green+Blue) = 103+128+246=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 246 (96.48% from 255 or 51.57% from 477); Max value from RGB is 246 - color contains mainly: blue. Hex color #6780F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6780F6 is #987F09. Grayscale: #858585. Windows color (decimal): -9993994 or 16154727. OLE color: 16154727.
HSL color Cylindrical-coordinate representation of color #6780F6: hue angle of 229.51º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6780F6 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 128 | 246 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.04 |
| HSL | 229.51º | 0.89% | 0.68% | - |
| HSV(B) | 229.51º | 0.58% | 0.96% | - |
| XYZ | 29.95 | 24.98 | 90.43 | - |
| YUV | 133.98 | 191.22 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 246 | 0.58 | 0.48 | 0 | 0.04 | 229.51 | 0.89 | 0.68 |
| Hex | 67 | 80 | F6 | 3A | 30 | 0 | 4 | E6 | 59 | 44 |
| Octal | 147 | 200 | 366 | 72 | 60 | 0 | 4 | 346 | 131 | 104 |
| Binary | 1100111 | 10000000 | 11110110 | 111010 | 110000 | 0 | 100 | 11100110 | 1011001 | 1000100 |
Color Harmonies of #6780F6
Complementary color
Monochromatic Colors of #6780F6
Black with #6780F6
Text Example
Text Example
White with #6780F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6780F6; }
p { color: rgb(103,128,246); }
H1.HeaderClassName
{
color: #6780F6;
}
.AnyTagClassName
{
color: #6780F6;
}
</style>
background-color css
<style>
a { background-color: #6780F6; }
a { background-color: rgb(103,128,246); }
div.DivClassName
{
background-color: #6780F6;
}
.BgClassName
{
background-color: #6780F6;
}
</style>
border-color css
<style>
span { border-color: #6780F6; }
span { border-color: rgb(103,128,246); }
td.TdClassName
{
border-color: #6780F6;
}
.TagClassName
{
border-color: #6780F6;
}
</style>