Shades of Cornflower Blue #679AF6
Tints of Cornflower Blue #679AF6
RGB
CMYK
RGB Variations
Color information
#679AF6 (or 0x679AF6) is known color: Cornflower Blue. HEX triplet: 67, 9A and F6. RGB value is (103,154,246). Sum of RGB (Red+Green+Blue) = 103+154+246=503 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.48% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 246 - color contains mainly: blue. Hex color #679AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #679AF6 is #986509. Grayscale: #949494. Windows color (decimal): -9987338 or 16161383. OLE color: 16161383.
HSL color Cylindrical-coordinate representation of color #679AF6: hue angle of 218.6º 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 #679AF6 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 154 | 246 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.04 |
| HSL | 218.6º | 0.89% | 0.68% | - |
| HSV(B) | 218.6º | 0.58% | 0.96% | - |
| XYZ | 33.78 | 32.65 | 91.71 | - |
| YUV | 149.24 | 182.6 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 246 | 0.58 | 0.37 | 0 | 0.04 | 218.6 | 0.89 | 0.68 |
| Hex | 67 | 9A | F6 | 3A | 25 | 0 | 4 | DB | 59 | 44 |
| Octal | 147 | 232 | 366 | 72 | 45 | 0 | 4 | 333 | 131 | 104 |
| Binary | 1100111 | 10011010 | 11110110 | 111010 | 100101 | 0 | 100 | 11011011 | 1011001 | 1000100 |
Color Harmonies of #679AF6
Complementary color
Monochromatic Colors of #679AF6
Black with #679AF6
Text Example
Text Example
White with #679AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679AF6; }
p { color: rgb(103,154,246); }
H1.HeaderClassName
{
color: #679AF6;
}
.AnyTagClassName
{
color: #679AF6;
}
</style>
background-color css
<style>
a { background-color: #679AF6; }
a { background-color: rgb(103,154,246); }
div.DivClassName
{
background-color: #679AF6;
}
.BgClassName
{
background-color: #679AF6;
}
</style>
border-color css
<style>
span { border-color: #679AF6; }
span { border-color: rgb(103,154,246); }
td.TdClassName
{
border-color: #679AF6;
}
.TagClassName
{
border-color: #679AF6;
}
</style>