Shades of Cornflower Blue #679DFA
Tints of Cornflower Blue #679DFA
RGB
CMYK
RGB Variations
Color information
#679DFA (or 0x679DFA) is known color: Cornflower Blue. HEX triplet: 67, 9D and FA. RGB value is (103,157,250). Sum of RGB (Red+Green+Blue) = 103+157+250=510 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.20% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #679DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #679DFA is #986205. Grayscale: #979797. Windows color (decimal): -9986566 or 16424295. OLE color: 16424295.
HSL color Cylindrical-coordinate representation of color #679DFA: hue angle of 217.96º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #679DFA is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 157 | 250 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.02 |
| HSL | 217.96º | 0.94% | 0.69% | - |
| HSV(B) | 217.96º | 0.59% | 0.98% | - |
| XYZ | 34.91 | 33.9 | 95.15 | - |
| YUV | 151.46 | 183.61 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 250 | 0.59 | 0.37 | 0 | 0.02 | 217.96 | 0.94 | 0.69 |
| Hex | 67 | 9D | FA | 3B | 25 | 0 | 2 | DA | 5E | 45 |
| Octal | 147 | 235 | 372 | 73 | 45 | 0 | 2 | 332 | 136 | 105 |
| Binary | 1100111 | 10011101 | 11111010 | 111011 | 100101 | 0 | 10 | 11011010 | 1011110 | 1000101 |
Color Harmonies of #679DFA
Complementary color
Monochromatic Colors of #679DFA
Black with #679DFA
Text Example
Text Example
White with #679DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679DFA; }
p { color: rgb(103,157,250); }
H1.HeaderClassName
{
color: #679DFA;
}
.AnyTagClassName
{
color: #679DFA;
}
</style>
background-color css
<style>
a { background-color: #679DFA; }
a { background-color: rgb(103,157,250); }
div.DivClassName
{
background-color: #679DFA;
}
.BgClassName
{
background-color: #679DFA;
}
</style>
border-color css
<style>
span { border-color: #679DFA; }
span { border-color: rgb(103,157,250); }
td.TdClassName
{
border-color: #679DFA;
}
.TagClassName
{
border-color: #679DFA;
}
</style>