Shades of Cornflower Blue #6794F3
Tints of Cornflower Blue #6794F3
RGB
CMYK
RGB Variations
Color information
#6794F3 (or 0x6794F3) is known color: Cornflower Blue. HEX triplet: 67, 94 and F3. RGB value is (103,148,243). Sum of RGB (Red+Green+Blue) = 103+148+243=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #6794F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6794F3 is #986B0C. Grayscale: #909090. Windows color (decimal): -9988877 or 15963239. OLE color: 15963239.
HSL color Cylindrical-coordinate representation of color #6794F3: hue angle of 220.71º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6794F3 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 148 | 243 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.05 |
| HSL | 220.71º | 0.85% | 0.68% | - |
| HSV(B) | 220.71º | 0.58% | 0.95% | - |
| XYZ | 32.36 | 30.53 | 88.98 | - |
| YUV | 145.38 | 183.09 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 243 | 0.58 | 0.39 | 0 | 0.05 | 220.71 | 0.85 | 0.68 |
| Hex | 67 | 94 | F3 | 3A | 27 | 0 | 5 | DD | 55 | 44 |
| Octal | 147 | 224 | 363 | 72 | 47 | 0 | 5 | 335 | 125 | 104 |
| Binary | 1100111 | 10010100 | 11110011 | 111010 | 100111 | 0 | 101 | 11011101 | 1010101 | 1000100 |
Color Harmonies of #6794F3
Complementary color
Monochromatic Colors of #6794F3
Black with #6794F3
Text Example
Text Example
White with #6794F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6794F3; }
p { color: rgb(103,148,243); }
H1.HeaderClassName
{
color: #6794F3;
}
.AnyTagClassName
{
color: #6794F3;
}
</style>
background-color css
<style>
a { background-color: #6794F3; }
a { background-color: rgb(103,148,243); }
div.DivClassName
{
background-color: #6794F3;
}
.BgClassName
{
background-color: #6794F3;
}
</style>
border-color css
<style>
span { border-color: #6794F3; }
span { border-color: rgb(103,148,243); }
td.TdClassName
{
border-color: #6794F3;
}
.TagClassName
{
border-color: #6794F3;
}
</style>