Shades of Cornflower Blue #68A1F0
Tints of Cornflower Blue #68A1F0
RGB
CMYK
RGB Variations
Color information
#68A1F0 (or 0x68A1F0) is known color: Cornflower Blue. HEX triplet: 68, A1 and F0. RGB value is (104,161,240). Sum of RGB (Red+Green+Blue) = 104+161+240=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #68A1F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A1F0 is #975E0F. Grayscale: #989898. Windows color (decimal): -9920016 or 15769960. OLE color: 15769960.
HSL color Cylindrical-coordinate representation of color #68A1F0: hue angle of 214.85º 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 #68A1F0 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 161 | 240 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.06 |
| HSL | 214.85º | 0.82% | 0.67% | - |
| HSV(B) | 214.85º | 0.57% | 0.94% | - |
| XYZ | 34.18 | 34.72 | 87.34 | - |
| YUV | 152.96 | 177.12 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 161 | 240 | 0.57 | 0.33 | 0 | 0.06 | 214.85 | 0.82 | 0.67 |
| Hex | 68 | A1 | F0 | 39 | 21 | 0 | 6 | D7 | 52 | 43 |
| Octal | 150 | 241 | 360 | 71 | 41 | 0 | 6 | 327 | 122 | 103 |
| Binary | 1101000 | 10100001 | 11110000 | 111001 | 100001 | 0 | 110 | 11010111 | 1010010 | 1000011 |
Color Harmonies of #68A1F0
Complementary color
Monochromatic Colors of #68A1F0
Black with #68A1F0
Text Example
Text Example
White with #68A1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A1F0; }
p { color: rgb(104,161,240); }
H1.HeaderClassName
{
color: #68A1F0;
}
.AnyTagClassName
{
color: #68A1F0;
}
</style>
background-color css
<style>
a { background-color: #68A1F0; }
a { background-color: rgb(104,161,240); }
div.DivClassName
{
background-color: #68A1F0;
}
.BgClassName
{
background-color: #68A1F0;
}
</style>
border-color css
<style>
span { border-color: #68A1F0; }
span { border-color: rgb(104,161,240); }
td.TdClassName
{
border-color: #68A1F0;
}
.TagClassName
{
border-color: #68A1F0;
}
</style>