Shades of Cornflower Blue #677EDA
Tints of Cornflower Blue #677EDA
RGB
CMYK
RGB Variations
Color information
#677EDA (or 0x677EDA) is known color: Cornflower Blue. HEX triplet: 67, 7E and DA. RGB value is (103,126,218). Sum of RGB (Red+Green+Blue) = 103+126+218=447 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.04% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #677EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677EDA is #988125. Grayscale: #818181. Windows color (decimal): -9994534 or 14319207. OLE color: 14319207.
HSL color Cylindrical-coordinate representation of color #677EDA: hue angle of 228º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #677EDA is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 126 | 218 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.15 |
| HSL | 228º | 0.61% | 0.63% | - |
| HSV(B) | 228º | 0.53% | 0.85% | - |
| XYZ | 25.71 | 22.87 | 69.39 | - |
| YUV | 129.61 | 177.88 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 218 | 0.53 | 0.42 | 0 | 0.15 | 228 | 0.61 | 0.63 |
| Hex | 67 | 7E | DA | 35 | 2A | 0 | F | E4 | 3D | 3F |
| Octal | 147 | 176 | 332 | 65 | 52 | 0 | 17 | 344 | 75 | 77 |
| Binary | 1100111 | 1111110 | 11011010 | 110101 | 101010 | 0 | 1111 | 11100100 | 111101 | 111111 |
Color Harmonies of #677EDA
Complementary color
Monochromatic Colors of #677EDA
Black with #677EDA
Text Example
Text Example
White with #677EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677EDA; }
p { color: rgb(103,126,218); }
H1.HeaderClassName
{
color: #677EDA;
}
.AnyTagClassName
{
color: #677EDA;
}
</style>
background-color css
<style>
a { background-color: #677EDA; }
a { background-color: rgb(103,126,218); }
div.DivClassName
{
background-color: #677EDA;
}
.BgClassName
{
background-color: #677EDA;
}
</style>
border-color css
<style>
span { border-color: #677EDA; }
span { border-color: rgb(103,126,218); }
td.TdClassName
{
border-color: #677EDA;
}
.TagClassName
{
border-color: #677EDA;
}
</style>