Shades of Cornflower Blue #677DDB
Tints of Cornflower Blue #677DDB
RGB
CMYK
RGB Variations
Color information
#677DDB (or 0x677DDB) is known color: Cornflower Blue. HEX triplet: 67, 7D and DB. RGB value is (103,125,219). Sum of RGB (Red+Green+Blue) = 103+125+219=447 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.04% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #677DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677DDB is #988224. Grayscale: #808080. Windows color (decimal): -9994789 or 14384487. OLE color: 14384487.
HSL color Cylindrical-coordinate representation of color #677DDB: hue angle of 228.62º 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 #677DDB is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 125 | 219 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.14 |
| HSL | 228.62º | 0.62% | 0.63% | - |
| HSV(B) | 228.62º | 0.53% | 0.86% | - |
| XYZ | 25.71 | 22.67 | 70.04 | - |
| YUV | 129.14 | 178.71 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 219 | 0.53 | 0.43 | 0 | 0.14 | 228.62 | 0.62 | 0.63 |
| Hex | 67 | 7D | DB | 35 | 2B | 0 | E | E5 | 3E | 3F |
| Octal | 147 | 175 | 333 | 65 | 53 | 0 | 16 | 345 | 76 | 77 |
| Binary | 1100111 | 1111101 | 11011011 | 110101 | 101011 | 0 | 1110 | 11100101 | 111110 | 111111 |
Color Harmonies of #677DDB
Complementary color
Monochromatic Colors of #677DDB
Black with #677DDB
Text Example
Text Example
White with #677DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677DDB; }
p { color: rgb(103,125,219); }
H1.HeaderClassName
{
color: #677DDB;
}
.AnyTagClassName
{
color: #677DDB;
}
</style>
background-color css
<style>
a { background-color: #677DDB; }
a { background-color: rgb(103,125,219); }
div.DivClassName
{
background-color: #677DDB;
}
.BgClassName
{
background-color: #677DDB;
}
</style>
border-color css
<style>
span { border-color: #677DDB; }
span { border-color: rgb(103,125,219); }
td.TdClassName
{
border-color: #677DDB;
}
.TagClassName
{
border-color: #677DDB;
}
</style>