Shades of Cornflower Blue #677ADB
Tints of Cornflower Blue #677ADB
RGB
CMYK
RGB Variations
Color information
#677ADB (or 0x677ADB) is known color: Cornflower Blue. HEX triplet: 67, 7A and DB. RGB value is (103,122,219). Sum of RGB (Red+Green+Blue) = 103+122+219=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #677ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677ADB is #988524. Grayscale: #7E7E7E. Windows color (decimal): -9995557 or 14383719. OLE color: 14383719.
HSL color Cylindrical-coordinate representation of color #677ADB: hue angle of 230.17º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #677ADB is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 122 | 219 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.14 |
| HSL | 230.17º | 0.62% | 0.63% | - |
| HSV(B) | 230.17º | 0.53% | 0.86% | - |
| XYZ | 25.34 | 21.92 | 69.91 | - |
| YUV | 127.38 | 179.71 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 219 | 0.53 | 0.44 | 0 | 0.14 | 230.17 | 0.62 | 0.63 |
| Hex | 67 | 7A | DB | 35 | 2C | 0 | E | E6 | 3E | 3F |
| Octal | 147 | 172 | 333 | 65 | 54 | 0 | 16 | 346 | 76 | 77 |
| Binary | 1100111 | 1111010 | 11011011 | 110101 | 101100 | 0 | 1110 | 11100110 | 111110 | 111111 |
Color Harmonies of #677ADB
Complementary color
Monochromatic Colors of #677ADB
Black with #677ADB
Text Example
Text Example
White with #677ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677ADB; }
p { color: rgb(103,122,219); }
H1.HeaderClassName
{
color: #677ADB;
}
.AnyTagClassName
{
color: #677ADB;
}
</style>
background-color css
<style>
a { background-color: #677ADB; }
a { background-color: rgb(103,122,219); }
div.DivClassName
{
background-color: #677ADB;
}
.BgClassName
{
background-color: #677ADB;
}
</style>
border-color css
<style>
span { border-color: #677ADB; }
span { border-color: rgb(103,122,219); }
td.TdClassName
{
border-color: #677ADB;
}
.TagClassName
{
border-color: #677ADB;
}
</style>