Shades of Cornflower Blue #677CF2
Tints of Cornflower Blue #677CF2
RGB
CMYK
RGB Variations
Color information
#677CF2 (or 0x677CF2) is known color: Cornflower Blue. HEX triplet: 67, 7C and F2. RGB value is (103,124,242). Sum of RGB (Red+Green+Blue) = 103+124+242=469 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.96% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #677CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #677CF2 is #98830D. Grayscale: #828282. Windows color (decimal): -9995022 or 15891559. OLE color: 15891559.
HSL color Cylindrical-coordinate representation of color #677CF2: hue angle of 230.94º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #677CF2 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 124 | 242 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.05 |
| HSL | 230.94º | 0.84% | 0.68% | - |
| HSV(B) | 230.94º | 0.57% | 0.95% | - |
| XYZ | 28.83 | 23.71 | 87.06 | - |
| YUV | 131.17 | 190.54 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 242 | 0.57 | 0.49 | 0 | 0.05 | 230.94 | 0.84 | 0.68 |
| Hex | 67 | 7C | F2 | 39 | 31 | 0 | 5 | E7 | 54 | 44 |
| Octal | 147 | 174 | 362 | 71 | 61 | 0 | 5 | 347 | 124 | 104 |
| Binary | 1100111 | 1111100 | 11110010 | 111001 | 110001 | 0 | 101 | 11100111 | 1010100 | 1000100 |
Color Harmonies of #677CF2
Complementary color
Monochromatic Colors of #677CF2
Black with #677CF2
Text Example
Text Example
White with #677CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677CF2; }
p { color: rgb(103,124,242); }
H1.HeaderClassName
{
color: #677CF2;
}
.AnyTagClassName
{
color: #677CF2;
}
</style>
background-color css
<style>
a { background-color: #677CF2; }
a { background-color: rgb(103,124,242); }
div.DivClassName
{
background-color: #677CF2;
}
.BgClassName
{
background-color: #677CF2;
}
</style>
border-color css
<style>
span { border-color: #677CF2; }
span { border-color: rgb(103,124,242); }
td.TdClassName
{
border-color: #677CF2;
}
.TagClassName
{
border-color: #677CF2;
}
</style>