Shades of Cornflower Blue #677DEC
Tints of Cornflower Blue #677DEC
RGB
CMYK
RGB Variations
Color information
#677DEC (or 0x677DEC) is known color: Cornflower Blue. HEX triplet: 67, 7D and EC. RGB value is (103,125,236). Sum of RGB (Red+Green+Blue) = 103+125+236=464 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.20% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #677DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #677DEC is #988213. Grayscale: #828282. Windows color (decimal): -9994772 or 15498599. OLE color: 15498599.
HSL color Cylindrical-coordinate representation of color #677DEC: hue angle of 230.08º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #677DEC is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 125 | 236 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.07 |
| HSL | 230.08º | 0.78% | 0.66% | - |
| HSV(B) | 230.08º | 0.56% | 0.93% | - |
| XYZ | 28.07 | 23.61 | 82.43 | - |
| YUV | 131.08 | 187.21 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 236 | 0.56 | 0.47 | 0 | 0.07 | 230.08 | 0.78 | 0.66 |
| Hex | 67 | 7D | EC | 38 | 2F | 0 | 7 | E6 | 4E | 42 |
| Octal | 147 | 175 | 354 | 70 | 57 | 0 | 7 | 346 | 116 | 102 |
| Binary | 1100111 | 1111101 | 11101100 | 111000 | 101111 | 0 | 111 | 11100110 | 1001110 | 1000010 |
Color Harmonies of #677DEC
Complementary color
Monochromatic Colors of #677DEC
Black with #677DEC
Text Example
Text Example
White with #677DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677DEC; }
p { color: rgb(103,125,236); }
H1.HeaderClassName
{
color: #677DEC;
}
.AnyTagClassName
{
color: #677DEC;
}
</style>
background-color css
<style>
a { background-color: #677DEC; }
a { background-color: rgb(103,125,236); }
div.DivClassName
{
background-color: #677DEC;
}
.BgClassName
{
background-color: #677DEC;
}
</style>
border-color css
<style>
span { border-color: #677DEC; }
span { border-color: rgb(103,125,236); }
td.TdClassName
{
border-color: #677DEC;
}
.TagClassName
{
border-color: #677DEC;
}
</style>