#68A4F6

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

Shades of Cornflower Blue #68A4F6

Tints of Cornflower Blue #68A4F6

Color information

#68A4F6 (or 0x68A4F6) is unknown color: approx Cornflower Blue. HEX triplet: 68, A4 and F6. RGB value is (104,164,246). Sum of RGB (Red+Green+Blue) = 104+164+246=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #68A4F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A4F6 is #975B09. Grayscale: #9B9B9B. Windows color (decimal): -9919242 or 16163944. OLE color: 16163944.

HSL color Cylindrical-coordinate representation of color #68A4F6: hue angle of 214.65º 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 #68A4F6 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB104164246-
CMYK0.580.3300.04
HSL214.65º88.75%68.63%-
HSV(B)214.65º57.72%96.47%-
XYZ35.6236.1592.29-
YUV155.41179.1291.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.23%
GREEN value IS 164 (64.45% from 255) = 31.91%
BLUE value IS 246 (96.48% from 255) = 47.86%
R=20.23%
G=31.91%
B=47.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1041642460.580.3300.04214.6588.7568.63
Hex68A4F63A2104d75945
Octal150244366724104327131105
Binary1101000101001001111011011101010000101001101011110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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