Shades of Cornflower Blue #607CF2
Tints of Cornflower Blue #607CF2
RGB
CMYK
RGB Variations
Color information
#607CF2 (or 0x607CF2) is known color: Cornflower Blue. HEX triplet: 60, 7C and F2. RGB value is (96,124,242). Sum of RGB (Red+Green+Blue) = 96+124+242=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 242 (94.92% from 255 or 52.38% from 462); Max value from RGB is 242 - color contains mainly: blue. Hex color #607CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607CF2 is #9F830D. Grayscale: #808080. Windows color (decimal): -10453774 or 15891552. OLE color: 15891552.
HSL color Cylindrical-coordinate representation of color #607CF2: hue angle of 228.49º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #607CF2 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 124 | 242 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.05 |
| HSL | 228.49º | 0.85% | 0.66% | - |
| HSV(B) | 228.49º | 0.6% | 0.95% | - |
| XYZ | 28.06 | 23.31 | 87.03 | - |
| YUV | 129.08 | 191.72 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 242 | 0.60 | 0.49 | 0 | 0.05 | 228.49 | 0.85 | 0.66 |
| Hex | 60 | 7C | F2 | 3C | 31 | 0 | 5 | E4 | 55 | 42 |
| Octal | 140 | 174 | 362 | 74 | 61 | 0 | 5 | 344 | 125 | 102 |
| Binary | 1100000 | 1111100 | 11110010 | 111100 | 110001 | 0 | 101 | 11100100 | 1010101 | 1000010 |
Color Harmonies of #607CF2
Complementary color
Monochromatic Colors of #607CF2
Black with #607CF2
Text Example
Text Example
White with #607CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CF2; }
p { color: rgb(96,124,242); }
H1.HeaderClassName
{
color: #607CF2;
}
.AnyTagClassName
{
color: #607CF2;
}
</style>
background-color css
<style>
a { background-color: #607CF2; }
a { background-color: rgb(96,124,242); }
div.DivClassName
{
background-color: #607CF2;
}
.BgClassName
{
background-color: #607CF2;
}
</style>
border-color css
<style>
span { border-color: #607CF2; }
span { border-color: rgb(96,124,242); }
td.TdClassName
{
border-color: #607CF2;
}
.TagClassName
{
border-color: #607CF2;
}
</style>