Shades of Cornflower Blue #677DDA
Tints of Cornflower Blue #677DDA
RGB
CMYK
RGB Variations
Color information
#677DDA (or 0x677DDA) is known color: Cornflower Blue. HEX triplet: 67, 7D and DA. RGB value is (103,125,218). Sum of RGB (Red+Green+Blue) = 103+125+218=446 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.09% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #677DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677DDA is #988225. Grayscale: #808080. Windows color (decimal): -9994790 or 14318951. OLE color: 14318951.
HSL color Cylindrical-coordinate representation of color #677DDA: hue angle of 228.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #677DDA is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 125 | 218 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.15 |
| HSL | 228.52º | 0.61% | 0.63% | - |
| HSV(B) | 228.52º | 0.53% | 0.85% | - |
| XYZ | 25.58 | 22.61 | 69.35 | - |
| YUV | 129.02 | 178.21 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 218 | 0.53 | 0.43 | 0 | 0.15 | 228.52 | 0.61 | 0.63 |
| Hex | 67 | 7D | DA | 35 | 2B | 0 | F | E5 | 3D | 3F |
| Octal | 147 | 175 | 332 | 65 | 53 | 0 | 17 | 345 | 75 | 77 |
| Binary | 1100111 | 1111101 | 11011010 | 110101 | 101011 | 0 | 1111 | 11100101 | 111101 | 111111 |
Color Harmonies of #677DDA
Complementary color
Monochromatic Colors of #677DDA
Black with #677DDA
Text Example
Text Example
White with #677DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677DDA; }
p { color: rgb(103,125,218); }
H1.HeaderClassName
{
color: #677DDA;
}
.AnyTagClassName
{
color: #677DDA;
}
</style>
background-color css
<style>
a { background-color: #677DDA; }
a { background-color: rgb(103,125,218); }
div.DivClassName
{
background-color: #677DDA;
}
.BgClassName
{
background-color: #677DDA;
}
</style>
border-color css
<style>
span { border-color: #677DDA; }
span { border-color: rgb(103,125,218); }
td.TdClassName
{
border-color: #677DDA;
}
.TagClassName
{
border-color: #677DDA;
}
</style>