Shades of Cornflower Blue #768BE6
Tints of Cornflower Blue #768BE6
RGB
CMYK
RGB Variations
Color information
#768BE6 (or 0x768BE6) is known color: Cornflower Blue. HEX triplet: 76, 8B and E6. RGB value is (118,139,230). Sum of RGB (Red+Green+Blue) = 118+139+230=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 230 - color contains mainly: blue. Hex color #768BE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768BE6 is #897419. Grayscale: #8E8E8E. Windows color (decimal): -9008154 or 15108982. OLE color: 15108982.
HSL color Cylindrical-coordinate representation of color #768BE6: hue angle of 228.75º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #768BE6 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 139 | 230 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.10 |
| HSL | 228.75º | 0.69% | 0.68% | - |
| HSV(B) | 228.75º | 0.49% | 0.9% | - |
| XYZ | 30.99 | 28.03 | 78.64 | - |
| YUV | 143.1 | 177.04 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 230 | 0.49 | 0.40 | 0 | 0.10 | 228.75 | 0.69 | 0.68 |
| Hex | 76 | 8B | E6 | 31 | 28 | 0 | A | E5 | 45 | 44 |
| Octal | 166 | 213 | 346 | 61 | 50 | 0 | 12 | 345 | 105 | 104 |
| Binary | 1110110 | 10001011 | 11100110 | 110001 | 101000 | 0 | 1010 | 11100101 | 1000101 | 1000100 |
Color Harmonies of #768BE6
Complementary color
Monochromatic Colors of #768BE6
Black with #768BE6
Text Example
Text Example
White with #768BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768BE6; }
p { color: rgb(118,139,230); }
H1.HeaderClassName
{
color: #768BE6;
}
.AnyTagClassName
{
color: #768BE6;
}
</style>
background-color css
<style>
a { background-color: #768BE6; }
a { background-color: rgb(118,139,230); }
div.DivClassName
{
background-color: #768BE6;
}
.BgClassName
{
background-color: #768BE6;
}
</style>
border-color css
<style>
span { border-color: #768BE6; }
span { border-color: rgb(118,139,230); }
td.TdClassName
{
border-color: #768BE6;
}
.TagClassName
{
border-color: #768BE6;
}
</style>