Shades of Cornflower Blue #657EE6
Tints of Cornflower Blue #657EE6
RGB
CMYK
RGB Variations
Color information
#657EE6 (or 0x657EE6) is known color: Cornflower Blue. HEX triplet: 65, 7E and E6. RGB value is (101,126,230). Sum of RGB (Red+Green+Blue) = 101+126+230=457 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.10% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 230 (90.23% from 255 or 50.33% from 457); Max value from RGB is 230 - color contains mainly: blue. Hex color #657EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657EE6 is #9A8119. Grayscale: #818181. Windows color (decimal): -10125594 or 15105637. OLE color: 15105637.
HSL color Cylindrical-coordinate representation of color #657EE6: hue angle of 228.37º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #657EE6 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 126 | 230 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.10 |
| HSL | 228.37º | 0.72% | 0.65% | - |
| HSV(B) | 228.37º | 0.56% | 0.9% | - |
| XYZ | 27.11 | 23.4 | 77.95 | - |
| YUV | 130.38 | 184.22 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 230 | 0.56 | 0.45 | 0 | 0.10 | 228.37 | 0.72 | 0.65 |
| Hex | 65 | 7E | E6 | 38 | 2D | 0 | A | E4 | 48 | 41 |
| Octal | 145 | 176 | 346 | 70 | 55 | 0 | 12 | 344 | 110 | 101 |
| Binary | 1100101 | 1111110 | 11100110 | 111000 | 101101 | 0 | 1010 | 11100100 | 1001000 | 1000001 |
Color Harmonies of #657EE6
Complementary color
Monochromatic Colors of #657EE6
Black with #657EE6
Text Example
Text Example
White with #657EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657EE6; }
p { color: rgb(101,126,230); }
H1.HeaderClassName
{
color: #657EE6;
}
.AnyTagClassName
{
color: #657EE6;
}
</style>
background-color css
<style>
a { background-color: #657EE6; }
a { background-color: rgb(101,126,230); }
div.DivClassName
{
background-color: #657EE6;
}
.BgClassName
{
background-color: #657EE6;
}
</style>
border-color css
<style>
span { border-color: #657EE6; }
span { border-color: rgb(101,126,230); }
td.TdClassName
{
border-color: #657EE6;
}
.TagClassName
{
border-color: #657EE6;
}
</style>