Shades of Cornflower Blue #679FF2
Tints of Cornflower Blue #679FF2
RGB
CMYK
RGB Variations
Color information
#679FF2 (or 0x679FF2) is known color: Cornflower Blue. HEX triplet: 67, 9F and F2. RGB value is (103,159,242). Sum of RGB (Red+Green+Blue) = 103+159+242=504 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.44% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #679FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #679FF2 is #98600D. Grayscale: #979797. Windows color (decimal): -9986062 or 15900519. OLE color: 15900519.
HSL color Cylindrical-coordinate representation of color #679FF2: hue angle of 215.83º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #679FF2 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 159 | 242 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.05 |
| HSL | 215.83º | 0.84% | 0.68% | - |
| HSV(B) | 215.83º | 0.57% | 0.95% | - |
| XYZ | 34.02 | 34.09 | 88.79 | - |
| YUV | 151.72 | 178.95 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 242 | 0.57 | 0.34 | 0 | 0.05 | 215.83 | 0.84 | 0.68 |
| Hex | 67 | 9F | F2 | 39 | 22 | 0 | 5 | D8 | 54 | 44 |
| Octal | 147 | 237 | 362 | 71 | 42 | 0 | 5 | 330 | 124 | 104 |
| Binary | 1100111 | 10011111 | 11110010 | 111001 | 100010 | 0 | 101 | 11011000 | 1010100 | 1000100 |
Color Harmonies of #679FF2
Complementary color
Monochromatic Colors of #679FF2
Black with #679FF2
Text Example
Text Example
White with #679FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679FF2; }
p { color: rgb(103,159,242); }
H1.HeaderClassName
{
color: #679FF2;
}
.AnyTagClassName
{
color: #679FF2;
}
</style>
background-color css
<style>
a { background-color: #679FF2; }
a { background-color: rgb(103,159,242); }
div.DivClassName
{
background-color: #679FF2;
}
.BgClassName
{
background-color: #679FF2;
}
</style>
border-color css
<style>
span { border-color: #679FF2; }
span { border-color: rgb(103,159,242); }
td.TdClassName
{
border-color: #679FF2;
}
.TagClassName
{
border-color: #679FF2;
}
</style>