Shades of Cornflower Blue #677BDB
Tints of Cornflower Blue #677BDB
RGB
CMYK
RGB Variations
Color information
#677BDB (or 0x677BDB) is known color: Cornflower Blue. HEX triplet: 67, 7B and DB. RGB value is (103,123,219). Sum of RGB (Red+Green+Blue) = 103+123+219=445 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.15% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #677BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677BDB is #988424. Grayscale: #7F7F7F. Windows color (decimal): -9995301 or 14383975. OLE color: 14383975.
HSL color Cylindrical-coordinate representation of color #677BDB: hue angle of 229.66º 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 #677BDB is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 123 | 219 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.14 |
| HSL | 229.66º | 0.62% | 0.63% | - |
| HSV(B) | 229.66º | 0.53% | 0.86% | - |
| XYZ | 25.46 | 22.16 | 69.95 | - |
| YUV | 127.96 | 179.37 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 219 | 0.53 | 0.44 | 0 | 0.14 | 229.66 | 0.62 | 0.63 |
| Hex | 67 | 7B | DB | 35 | 2C | 0 | E | E6 | 3E | 3F |
| Octal | 147 | 173 | 333 | 65 | 54 | 0 | 16 | 346 | 76 | 77 |
| Binary | 1100111 | 1111011 | 11011011 | 110101 | 101100 | 0 | 1110 | 11100110 | 111110 | 111111 |
Color Harmonies of #677BDB
Complementary color
Monochromatic Colors of #677BDB
Black with #677BDB
Text Example
Text Example
White with #677BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677BDB; }
p { color: rgb(103,123,219); }
H1.HeaderClassName
{
color: #677BDB;
}
.AnyTagClassName
{
color: #677BDB;
}
</style>
background-color css
<style>
a { background-color: #677BDB; }
a { background-color: rgb(103,123,219); }
div.DivClassName
{
background-color: #677BDB;
}
.BgClassName
{
background-color: #677BDB;
}
</style>
border-color css
<style>
span { border-color: #677BDB; }
span { border-color: rgb(103,123,219); }
td.TdClassName
{
border-color: #677BDB;
}
.TagClassName
{
border-color: #677BDB;
}
</style>