Shades of Cornflower Blue #677AE0
Tints of Cornflower Blue #677AE0
RGB
CMYK
RGB Variations
Color information
#677AE0 (or 0x677AE0) is known color: Cornflower Blue. HEX triplet: 67, 7A and E0. RGB value is (103,122,224). Sum of RGB (Red+Green+Blue) = 103+122+224=449 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.94% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #677AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677AE0 is #98851F. Grayscale: #7F7F7F. Windows color (decimal): -9995552 or 14711399. OLE color: 14711399.
HSL color Cylindrical-coordinate representation of color #677AE0: hue angle of 230.58º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #677AE0 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 122 | 224 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.12 |
| HSL | 230.58º | 0.66% | 0.64% | - |
| HSV(B) | 230.58º | 0.54% | 0.88% | - |
| XYZ | 26.01 | 22.18 | 73.43 | - |
| YUV | 127.95 | 182.21 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 224 | 0.54 | 0.46 | 0 | 0.12 | 230.58 | 0.66 | 0.64 |
| Hex | 67 | 7A | E0 | 36 | 2E | 0 | C | E7 | 42 | 40 |
| Octal | 147 | 172 | 340 | 66 | 56 | 0 | 14 | 347 | 102 | 100 |
| Binary | 1100111 | 1111010 | 11100000 | 110110 | 101110 | 0 | 1100 | 11100111 | 1000010 | 1000000 |
Color Harmonies of #677AE0
Complementary color
Monochromatic Colors of #677AE0
Black with #677AE0
Text Example
Text Example
White with #677AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677AE0; }
p { color: rgb(103,122,224); }
H1.HeaderClassName
{
color: #677AE0;
}
.AnyTagClassName
{
color: #677AE0;
}
</style>
background-color css
<style>
a { background-color: #677AE0; }
a { background-color: rgb(103,122,224); }
div.DivClassName
{
background-color: #677AE0;
}
.BgClassName
{
background-color: #677AE0;
}
</style>
border-color css
<style>
span { border-color: #677AE0; }
span { border-color: rgb(103,122,224); }
td.TdClassName
{
border-color: #677AE0;
}
.TagClassName
{
border-color: #677AE0;
}
</style>