Shades of Cornflower Blue #679AF7
Tints of Cornflower Blue #679AF7
RGB
CMYK
RGB Variations
Color information
#679AF7 (or 0x679AF7) is known color: Cornflower Blue. HEX triplet: 67, 9A and F7. RGB value is (103,154,247). Sum of RGB (Red+Green+Blue) = 103+154+247=504 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.44% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #679AF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #679AF7 is #986508. Grayscale: #949494. Windows color (decimal): -9987337 or 16226919. OLE color: 16226919.
HSL color Cylindrical-coordinate representation of color #679AF7: hue angle of 218.75º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #679AF7 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 103 | 154 | 247 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.03 |
| HSL | 218.75º | 0.9% | 0.69% | - |
| HSV(B) | 218.75º | 0.58% | 0.97% | - |
| XYZ | 33.94 | 32.71 | 92.52 | - |
| YUV | 149.35 | 183.1 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 247 | 0.58 | 0.38 | 0 | 0.03 | 218.75 | 0.9 | 0.69 |
| Hex | 67 | 9A | F7 | 3A | 26 | 0 | 3 | DB | 5A | 45 |
| Octal | 147 | 232 | 367 | 72 | 46 | 0 | 3 | 333 | 132 | 105 |
| Binary | 1100111 | 10011010 | 11110111 | 111010 | 100110 | 0 | 11 | 11011011 | 1011010 | 1000101 |
Color Harmonies of #679AF7
Complementary color
Monochromatic Colors of #679AF7
Black with #679AF7
Text Example
Text Example
White with #679AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679AF7; }
p { color: rgb(103,154,247); }
H1.HeaderClassName
{
color: #679AF7;
}
.AnyTagClassName
{
color: #679AF7;
}
</style>
background-color css
<style>
a { background-color: #679AF7; }
a { background-color: rgb(103,154,247); }
div.DivClassName
{
background-color: #679AF7;
}
.BgClassName
{
background-color: #679AF7;
}
</style>
border-color css
<style>
span { border-color: #679AF7; }
span { border-color: rgb(103,154,247); }
td.TdClassName
{
border-color: #679AF7;
}
.TagClassName
{
border-color: #679AF7;
}
</style>