Shades of Cornflower Blue #68A1EB
Tints of Cornflower Blue #68A1EB
RGB
CMYK
RGB Variations
Color information
#68A1EB (or 0x68A1EB) is known color: Cornflower Blue. HEX triplet: 68, A1 and EB. RGB value is (104,161,235). Sum of RGB (Red+Green+Blue) = 104+161+235=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #68A1EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A1EB is #975E14. Grayscale: #989898. Windows color (decimal): -9920021 or 15442280. OLE color: 15442280.
HSL color Cylindrical-coordinate representation of color #68A1EB: hue angle of 213.89º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68A1EB is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 161 | 235 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.08 |
| HSL | 213.89º | 0.77% | 0.66% | - |
| HSV(B) | 213.89º | 0.56% | 0.92% | - |
| XYZ | 33.45 | 34.43 | 83.48 | - |
| YUV | 152.39 | 174.62 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 161 | 235 | 0.56 | 0.31 | 0 | 0.08 | 213.89 | 0.77 | 0.66 |
| Hex | 68 | A1 | EB | 38 | 1F | 0 | 8 | D6 | 4D | 42 |
| Octal | 150 | 241 | 353 | 70 | 37 | 0 | 10 | 326 | 115 | 102 |
| Binary | 1101000 | 10100001 | 11101011 | 111000 | 11111 | 0 | 1000 | 11010110 | 1001101 | 1000010 |
Color Harmonies of #68A1EB
Complementary color
Monochromatic Colors of #68A1EB
Black with #68A1EB
Text Example
Text Example
White with #68A1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A1EB; }
p { color: rgb(104,161,235); }
H1.HeaderClassName
{
color: #68A1EB;
}
.AnyTagClassName
{
color: #68A1EB;
}
</style>
background-color css
<style>
a { background-color: #68A1EB; }
a { background-color: rgb(104,161,235); }
div.DivClassName
{
background-color: #68A1EB;
}
.BgClassName
{
background-color: #68A1EB;
}
</style>
border-color css
<style>
span { border-color: #68A1EB; }
span { border-color: rgb(104,161,235); }
td.TdClassName
{
border-color: #68A1EB;
}
.TagClassName
{
border-color: #68A1EB;
}
</style>