Shades of Cornflower Blue #677FFA
Tints of Cornflower Blue #677FFA
RGB
CMYK
RGB Variations
Color information
#677FFA (or 0x677FFA) is known color: Cornflower Blue. HEX triplet: 67, 7F and FA. RGB value is (103,127,250). Sum of RGB (Red+Green+Blue) = 103+127+250=480 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.46% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #677FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #677FFA is #988005. Grayscale: #858585. Windows color (decimal): -9994246 or 16416615. OLE color: 16416615.
HSL color Cylindrical-coordinate representation of color #677FFA: hue angle of 230.2º 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 #677FFA is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 127 | 250 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.02 |
| HSL | 230.2º | 0.94% | 0.69% | - |
| HSV(B) | 230.2º | 0.59% | 0.98% | - |
| XYZ | 30.44 | 24.96 | 93.66 | - |
| YUV | 133.85 | 193.55 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 250 | 0.59 | 0.49 | 0 | 0.02 | 230.2 | 0.94 | 0.69 |
| Hex | 67 | 7F | FA | 3B | 31 | 0 | 2 | E6 | 5E | 45 |
| Octal | 147 | 177 | 372 | 73 | 61 | 0 | 2 | 346 | 136 | 105 |
| Binary | 1100111 | 1111111 | 11111010 | 111011 | 110001 | 0 | 10 | 11100110 | 1011110 | 1000101 |
Color Harmonies of #677FFA
Complementary color
Monochromatic Colors of #677FFA
Black with #677FFA
Text Example
Text Example
White with #677FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677FFA; }
p { color: rgb(103,127,250); }
H1.HeaderClassName
{
color: #677FFA;
}
.AnyTagClassName
{
color: #677FFA;
}
</style>
background-color css
<style>
a { background-color: #677FFA; }
a { background-color: rgb(103,127,250); }
div.DivClassName
{
background-color: #677FFA;
}
.BgClassName
{
background-color: #677FFA;
}
</style>
border-color css
<style>
span { border-color: #677FFA; }
span { border-color: rgb(103,127,250); }
td.TdClassName
{
border-color: #677FFA;
}
.TagClassName
{
border-color: #677FFA;
}
</style>