Shades of Cornflower Blue #679EEA
Tints of Cornflower Blue #679EEA
RGB
CMYK
RGB Variations
Color information
#679EEA (or 0x679EEA) is known color: Cornflower Blue. HEX triplet: 67, 9E and EA. RGB value is (103,158,234). Sum of RGB (Red+Green+Blue) = 103+158+234=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #679EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #679EEA is #986115. Grayscale: #959595. Windows color (decimal): -9986326 or 15375975. OLE color: 15375975.
HSL color Cylindrical-coordinate representation of color #679EEA: hue angle of 214.81º degrees, saturation: 0.76, 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 #679EEA is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 158 | 234 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.08 |
| HSL | 214.81º | 0.76% | 0.66% | - |
| HSV(B) | 214.81º | 0.56% | 0.92% | - |
| XYZ | 32.67 | 33.28 | 82.54 | - |
| YUV | 150.22 | 175.28 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 234 | 0.56 | 0.32 | 0 | 0.08 | 214.81 | 0.76 | 0.66 |
| Hex | 67 | 9E | EA | 38 | 20 | 0 | 8 | D7 | 4C | 42 |
| Octal | 147 | 236 | 352 | 70 | 40 | 0 | 10 | 327 | 114 | 102 |
| Binary | 1100111 | 10011110 | 11101010 | 111000 | 100000 | 0 | 1000 | 11010111 | 1001100 | 1000010 |
Color Harmonies of #679EEA
Complementary color
Monochromatic Colors of #679EEA
Black with #679EEA
Text Example
Text Example
White with #679EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679EEA; }
p { color: rgb(103,158,234); }
H1.HeaderClassName
{
color: #679EEA;
}
.AnyTagClassName
{
color: #679EEA;
}
</style>
background-color css
<style>
a { background-color: #679EEA; }
a { background-color: rgb(103,158,234); }
div.DivClassName
{
background-color: #679EEA;
}
.BgClassName
{
background-color: #679EEA;
}
</style>
border-color css
<style>
span { border-color: #679EEA; }
span { border-color: rgb(103,158,234); }
td.TdClassName
{
border-color: #679EEA;
}
.TagClassName
{
border-color: #679EEA;
}
</style>