Shades of Cornflower Blue #677CFA
Tints of Cornflower Blue #677CFA
RGB
CMYK
RGB Variations
Color information
#677CFA (or 0x677CFA) is known color: Cornflower Blue. HEX triplet: 67, 7C and FA. RGB value is (103,124,250). Sum of RGB (Red+Green+Blue) = 103+124+250=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #677CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #677CFA is #988305. Grayscale: #838383. Windows color (decimal): -9995014 or 16415847. OLE color: 16415847.
HSL color Cylindrical-coordinate representation of color #677CFA: hue angle of 231.43º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #677CFA is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 124 | 250 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.02 |
| HSL | 231.43º | 0.94% | 0.69% | - |
| HSV(B) | 231.43º | 0.59% | 0.98% | - |
| XYZ | 30.06 | 24.2 | 93.53 | - |
| YUV | 132.09 | 194.54 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 250 | 0.59 | 0.50 | 0 | 0.02 | 231.43 | 0.94 | 0.69 |
| Hex | 67 | 7C | FA | 3B | 32 | 0 | 2 | E7 | 5E | 45 |
| Octal | 147 | 174 | 372 | 73 | 62 | 0 | 2 | 347 | 136 | 105 |
| Binary | 1100111 | 1111100 | 11111010 | 111011 | 110010 | 0 | 10 | 11100111 | 1011110 | 1000101 |
Color Harmonies of #677CFA
Complementary color
Monochromatic Colors of #677CFA
Black with #677CFA
Text Example
Text Example
White with #677CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677CFA; }
p { color: rgb(103,124,250); }
H1.HeaderClassName
{
color: #677CFA;
}
.AnyTagClassName
{
color: #677CFA;
}
</style>
background-color css
<style>
a { background-color: #677CFA; }
a { background-color: rgb(103,124,250); }
div.DivClassName
{
background-color: #677CFA;
}
.BgClassName
{
background-color: #677CFA;
}
</style>
border-color css
<style>
span { border-color: #677CFA; }
span { border-color: rgb(103,124,250); }
td.TdClassName
{
border-color: #677CFA;
}
.TagClassName
{
border-color: #677CFA;
}
</style>