Shades of Cornflower Blue #679BFA
Tints of Cornflower Blue #679BFA
RGB
CMYK
RGB Variations
Color information
#679BFA (or 0x679BFA) is known color: Cornflower Blue. HEX triplet: 67, 9B and FA. RGB value is (103,155,250). Sum of RGB (Red+Green+Blue) = 103+155+250=508 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.28% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #679BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #679BFA is #986405. Grayscale: #959595. Windows color (decimal): -9987078 or 16423783. OLE color: 16423783.
HSL color Cylindrical-coordinate representation of color #679BFA: hue angle of 218.78º 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 #679BFA is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 155 | 250 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.02 |
| HSL | 218.78º | 0.94% | 0.69% | - |
| HSV(B) | 218.78º | 0.59% | 0.98% | - |
| XYZ | 34.57 | 33.23 | 95.03 | - |
| YUV | 150.28 | 184.27 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 250 | 0.59 | 0.38 | 0 | 0.02 | 218.78 | 0.94 | 0.69 |
| Hex | 67 | 9B | FA | 3B | 26 | 0 | 2 | DB | 5E | 45 |
| Octal | 147 | 233 | 372 | 73 | 46 | 0 | 2 | 333 | 136 | 105 |
| Binary | 1100111 | 10011011 | 11111010 | 111011 | 100110 | 0 | 10 | 11011011 | 1011110 | 1000101 |
Color Harmonies of #679BFA
Complementary color
Monochromatic Colors of #679BFA
Black with #679BFA
Text Example
Text Example
White with #679BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679BFA; }
p { color: rgb(103,155,250); }
H1.HeaderClassName
{
color: #679BFA;
}
.AnyTagClassName
{
color: #679BFA;
}
</style>
background-color css
<style>
a { background-color: #679BFA; }
a { background-color: rgb(103,155,250); }
div.DivClassName
{
background-color: #679BFA;
}
.BgClassName
{
background-color: #679BFA;
}
</style>
border-color css
<style>
span { border-color: #679BFA; }
span { border-color: rgb(103,155,250); }
td.TdClassName
{
border-color: #679BFA;
}
.TagClassName
{
border-color: #679BFA;
}
</style>