Shades of Cornflower Blue #677FDB
Tints of Cornflower Blue #677FDB
RGB
CMYK
RGB Variations
Color information
#677FDB (or 0x677FDB) is known color: Cornflower Blue. HEX triplet: 67, 7F and DB. RGB value is (103,127,219). Sum of RGB (Red+Green+Blue) = 103+127+219=449 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.94% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #677FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677FDB is #988024. Grayscale: #818181. Windows color (decimal): -9994277 or 14384999. OLE color: 14384999.
HSL color Cylindrical-coordinate representation of color #677FDB: hue angle of 227.59º 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 #677FDB is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 127 | 219 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.14 |
| HSL | 227.59º | 0.62% | 0.63% | - |
| HSV(B) | 227.59º | 0.53% | 0.86% | - |
| XYZ | 25.97 | 23.18 | 70.12 | - |
| YUV | 130.31 | 178.05 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 219 | 0.53 | 0.42 | 0 | 0.14 | 227.59 | 0.62 | 0.63 |
| Hex | 67 | 7F | DB | 35 | 2A | 0 | E | E4 | 3E | 3F |
| Octal | 147 | 177 | 333 | 65 | 52 | 0 | 16 | 344 | 76 | 77 |
| Binary | 1100111 | 1111111 | 11011011 | 110101 | 101010 | 0 | 1110 | 11100100 | 111110 | 111111 |
Color Harmonies of #677FDB
Complementary color
Monochromatic Colors of #677FDB
Black with #677FDB
Text Example
Text Example
White with #677FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677FDB; }
p { color: rgb(103,127,219); }
H1.HeaderClassName
{
color: #677FDB;
}
.AnyTagClassName
{
color: #677FDB;
}
</style>
background-color css
<style>
a { background-color: #677FDB; }
a { background-color: rgb(103,127,219); }
div.DivClassName
{
background-color: #677FDB;
}
.BgClassName
{
background-color: #677FDB;
}
</style>
border-color css
<style>
span { border-color: #677FDB; }
span { border-color: rgb(103,127,219); }
td.TdClassName
{
border-color: #677FDB;
}
.TagClassName
{
border-color: #677FDB;
}
</style>