#68A7F6

Color #68A7F6 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #68A7F6

Tints of Cornflower Blue #68A7F6

Color information

#68A7F6 (or 0x68A7F6) is unknown color: approx Cornflower Blue. HEX triplet: 68, A7 and F6. RGB value is (104,167,246). Sum of RGB (Red+Green+Blue) = 104+167+246=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 246 (96.48% from 255 or 47.58% from 517); Max value from RGB is 246 - color contains mainly: blue. Hex color #68A7F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A7F6 is #975809. Grayscale: #9C9C9C. Windows color (decimal): -9918474 or 16164712. OLE color: 16164712.

HSL color Cylindrical-coordinate representation of color #68A7F6: hue angle of 213.38º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68A7F6 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB104167246-
CMYK0.580.3200.04
HSL213.38º88.75%68.63%-
HSV(B)213.38º57.72%96.47%-
XYZ36.1637.2392.47-
YUV157.17178.1390.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 20.12%
GREEN value IS 167 (65.62% from 255) = 32.30%
BLUE value IS 246 (96.48% from 255) = 47.58%
R=20.12%
G=32.30%
B=47.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1041672460.580.3200.04213.3888.7568.63
Hex68A7F63A2004d55945
Octal150247366724004325131105
Binary1101000101001111111011011101010000001001101010110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A7F6; }

 p { color: rgb(104,167,246); }

 H1.HeaderClassName
 {
   color: #68A7F6;
 }
 .AnyTagClassName
 {
   color: #68A7F6;
 }
</style>
background-color css

<style>
 a { background-color: #68A7F6; }

 a { background-color: rgb(104,167,246); }

 div.DivClassName
 {
   background-color: #68A7F6;
 }
 .BgClassName
 {
   background-color: #68A7F6;
 }
</style>
border-color css

<style>
 span { border-color: #68A7F6; }

 span { border-color: rgb(104,167,246); }

 td.TdClassName
 {
   border-color: #68A7F6;
 }
 .TagClassName
 {
   border-color: #68A7F6;
 }
</style>