Shades of Cornflower Blue #677AF1
Tints of Cornflower Blue #677AF1
RGB
CMYK
RGB Variations
Color information
#677AF1 (or 0x677AF1) is known color: Cornflower Blue. HEX triplet: 67, 7A and F1. RGB value is (103,122,241). Sum of RGB (Red+Green+Blue) = 103+122+241=466 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.10% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #677AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #677AF1 is #98850E. Grayscale: #818181. Windows color (decimal): -9995535 or 15825511. OLE color: 15825511.
HSL color Cylindrical-coordinate representation of color #677AF1: hue angle of 231.74º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #677AF1 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 122 | 241 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.05 |
| HSL | 231.74º | 0.83% | 0.67% | - |
| HSV(B) | 231.74º | 0.57% | 0.95% | - |
| XYZ | 28.43 | 23.15 | 86.19 | - |
| YUV | 129.89 | 190.71 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 241 | 0.57 | 0.49 | 0 | 0.05 | 231.74 | 0.83 | 0.67 |
| Hex | 67 | 7A | F1 | 39 | 31 | 0 | 5 | E8 | 53 | 43 |
| Octal | 147 | 172 | 361 | 71 | 61 | 0 | 5 | 350 | 123 | 103 |
| Binary | 1100111 | 1111010 | 11110001 | 111001 | 110001 | 0 | 101 | 11101000 | 1010011 | 1000011 |
Color Harmonies of #677AF1
Complementary color
Monochromatic Colors of #677AF1
Black with #677AF1
Text Example
Text Example
White with #677AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677AF1; }
p { color: rgb(103,122,241); }
H1.HeaderClassName
{
color: #677AF1;
}
.AnyTagClassName
{
color: #677AF1;
}
</style>
background-color css
<style>
a { background-color: #677AF1; }
a { background-color: rgb(103,122,241); }
div.DivClassName
{
background-color: #677AF1;
}
.BgClassName
{
background-color: #677AF1;
}
</style>
border-color css
<style>
span { border-color: #677AF1; }
span { border-color: rgb(103,122,241); }
td.TdClassName
{
border-color: #677AF1;
}
.TagClassName
{
border-color: #677AF1;
}
</style>