Shades of Cornflower Blue #68A3FF
Tints of Cornflower Blue #68A3FF
RGB
CMYK
RGB Variations
Color information
#68A3FF (or 0x68A3FF) is known color: Cornflower Blue. HEX triplet: 68, A3 and FF. RGB value is (104,163,255). Sum of RGB (Red+Green+Blue) = 104+163+255=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #68A3FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A3FF is #975C00. Grayscale: #9B9B9B. Windows color (decimal): -9919489 or 16753512. OLE color: 16753512.
HSL color Cylindrical-coordinate representation of color #68A3FF: hue angle of 216.56º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68A3FF is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 163 | 255 | - |
| CMYK | 0.59 | 0.36 | 0 | 0 |
| HSL | 216.56º | 1% | 0.7% | - |
| HSV(B) | 216.56º | 0.59% | 1% | - |
| XYZ | 36.86 | 36.36 | 99.68 | - |
| YUV | 155.85 | 183.95 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 255 | 0.59 | 0.36 | 0 | 0 | 216.56 | 1 | 0.7 |
| Hex | 68 | A3 | FF | 3B | 24 | 0 | 0 | D9 | 64 | 46 |
| Octal | 150 | 243 | 377 | 73 | 44 | 0 | 0 | 331 | 144 | 106 |
| Binary | 1101000 | 10100011 | 11111111 | 111011 | 100100 | 0 | 0 | 11011001 | 1100100 | 1000110 |
Color Harmonies of #68A3FF
Complementary color
Monochromatic Colors of #68A3FF
Black with #68A3FF
Text Example
Text Example
White with #68A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A3FF; }
p { color: rgb(104,163,255); }
H1.HeaderClassName
{
color: #68A3FF;
}
.AnyTagClassName
{
color: #68A3FF;
}
</style>
background-color css
<style>
a { background-color: #68A3FF; }
a { background-color: rgb(104,163,255); }
div.DivClassName
{
background-color: #68A3FF;
}
.BgClassName
{
background-color: #68A3FF;
}
</style>
border-color css
<style>
span { border-color: #68A3FF; }
span { border-color: rgb(104,163,255); }
td.TdClassName
{
border-color: #68A3FF;
}
.TagClassName
{
border-color: #68A3FF;
}
</style>