Shades of Cornflower Blue #68A2F0
Tints of Cornflower Blue #68A2F0
RGB
CMYK
RGB Variations
Color information
#68A2F0 (or 0x68A2F0) is known color: Cornflower Blue. HEX triplet: 68, A2 and F0. RGB value is (104,162,240). Sum of RGB (Red+Green+Blue) = 104+162+240=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #68A2F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A2F0 is #975D0F. Grayscale: #999999. Windows color (decimal): -9919760 or 15770216. OLE color: 15770216.
HSL color Cylindrical-coordinate representation of color #68A2F0: hue angle of 214.41º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68A2F0 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 162 | 240 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.06 |
| HSL | 214.41º | 0.82% | 0.67% | - |
| HSV(B) | 214.41º | 0.57% | 0.94% | - |
| XYZ | 34.36 | 35.07 | 87.4 | - |
| YUV | 153.55 | 176.78 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 240 | 0.57 | 0.32 | 0 | 0.06 | 214.41 | 0.82 | 0.67 |
| Hex | 68 | A2 | F0 | 39 | 20 | 0 | 6 | D6 | 52 | 43 |
| Octal | 150 | 242 | 360 | 71 | 40 | 0 | 6 | 326 | 122 | 103 |
| Binary | 1101000 | 10100010 | 11110000 | 111001 | 100000 | 0 | 110 | 11010110 | 1010010 | 1000011 |
Color Harmonies of #68A2F0
Complementary color
Monochromatic Colors of #68A2F0
Black with #68A2F0
Text Example
Text Example
White with #68A2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A2F0; }
p { color: rgb(104,162,240); }
H1.HeaderClassName
{
color: #68A2F0;
}
.AnyTagClassName
{
color: #68A2F0;
}
</style>
background-color css
<style>
a { background-color: #68A2F0; }
a { background-color: rgb(104,162,240); }
div.DivClassName
{
background-color: #68A2F0;
}
.BgClassName
{
background-color: #68A2F0;
}
</style>
border-color css
<style>
span { border-color: #68A2F0; }
span { border-color: rgb(104,162,240); }
td.TdClassName
{
border-color: #68A2F0;
}
.TagClassName
{
border-color: #68A2F0;
}
</style>