Shades of Cornflower Blue #679EEB
Tints of Cornflower Blue #679EEB
RGB
CMYK
RGB Variations
Color information
#679EEB (or 0x679EEB) is known color: Cornflower Blue. HEX triplet: 67, 9E and EB. RGB value is (103,158,235). Sum of RGB (Red+Green+Blue) = 103+158+235=496 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.77% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #679EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #679EEB is #986114. Grayscale: #959595. Windows color (decimal): -9986325 or 15441511. OLE color: 15441511.
HSL color Cylindrical-coordinate representation of color #679EEB: hue angle of 215º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #679EEB is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 158 | 235 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.08 |
| HSL | 215º | 0.77% | 0.66% | - |
| HSV(B) | 215º | 0.56% | 0.92% | - |
| XYZ | 32.82 | 33.34 | 83.3 | - |
| YUV | 150.33 | 175.78 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 235 | 0.56 | 0.33 | 0 | 0.08 | 215 | 0.77 | 0.66 |
| Hex | 67 | 9E | EB | 38 | 21 | 0 | 8 | D7 | 4D | 42 |
| Octal | 147 | 236 | 353 | 70 | 41 | 0 | 10 | 327 | 115 | 102 |
| Binary | 1100111 | 10011110 | 11101011 | 111000 | 100001 | 0 | 1000 | 11010111 | 1001101 | 1000010 |
Color Harmonies of #679EEB
Complementary color
Monochromatic Colors of #679EEB
Black with #679EEB
Text Example
Text Example
White with #679EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679EEB; }
p { color: rgb(103,158,235); }
H1.HeaderClassName
{
color: #679EEB;
}
.AnyTagClassName
{
color: #679EEB;
}
</style>
background-color css
<style>
a { background-color: #679EEB; }
a { background-color: rgb(103,158,235); }
div.DivClassName
{
background-color: #679EEB;
}
.BgClassName
{
background-color: #679EEB;
}
</style>
border-color css
<style>
span { border-color: #679EEB; }
span { border-color: rgb(103,158,235); }
td.TdClassName
{
border-color: #679EEB;
}
.TagClassName
{
border-color: #679EEB;
}
</style>