Shades of Cornflower Blue #68A3EF
Tints of Cornflower Blue #68A3EF
RGB
CMYK
RGB Variations
Color information
#68A3EF (or 0x68A3EF) is known color: Cornflower Blue. HEX triplet: 68, A3 and EF. RGB value is (104,163,239). Sum of RGB (Red+Green+Blue) = 104+163+239=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #68A3EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A3EF is #975C10. Grayscale: #999999. Windows color (decimal): -9919505 or 15704936. OLE color: 15704936.
HSL color Cylindrical-coordinate representation of color #68A3EF: hue angle of 213.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68A3EF is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 163 | 239 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.06 |
| HSL | 213.78º | 0.81% | 0.67% | - |
| HSV(B) | 213.78º | 0.56% | 0.94% | - |
| XYZ | 34.39 | 35.37 | 86.68 | - |
| YUV | 154.02 | 175.95 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 239 | 0.56 | 0.32 | 0 | 0.06 | 213.78 | 0.81 | 0.67 |
| Hex | 68 | A3 | EF | 38 | 20 | 0 | 6 | D6 | 51 | 43 |
| Octal | 150 | 243 | 357 | 70 | 40 | 0 | 6 | 326 | 121 | 103 |
| Binary | 1101000 | 10100011 | 11101111 | 111000 | 100000 | 0 | 110 | 11010110 | 1010001 | 1000011 |
Color Harmonies of #68A3EF
Complementary color
Monochromatic Colors of #68A3EF
Black with #68A3EF
Text Example
Text Example
White with #68A3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A3EF; }
p { color: rgb(104,163,239); }
H1.HeaderClassName
{
color: #68A3EF;
}
.AnyTagClassName
{
color: #68A3EF;
}
</style>
background-color css
<style>
a { background-color: #68A3EF; }
a { background-color: rgb(104,163,239); }
div.DivClassName
{
background-color: #68A3EF;
}
.BgClassName
{
background-color: #68A3EF;
}
</style>
border-color css
<style>
span { border-color: #68A3EF; }
span { border-color: rgb(104,163,239); }
td.TdClassName
{
border-color: #68A3EF;
}
.TagClassName
{
border-color: #68A3EF;
}
</style>