#68A4FA

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

Shades of Cornflower Blue #68A4FA

Tints of Cornflower Blue #68A4FA

Color information

#68A4FA (or 0x68A4FA) is unknown color: approx Cornflower Blue. HEX triplet: 68, A4 and FA. RGB value is (104,164,250). Sum of RGB (Red+Green+Blue) = 104+164+250=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #68A4FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A4FA is #975B05. Grayscale: #9B9B9B. Windows color (decimal): -9919238 or 16426088. OLE color: 16426088.

HSL color Cylindrical-coordinate representation of color #68A4FA: hue angle of 215.34º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68A4FA is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB104164250-
CMYK0.580.3400.02
HSL215.34º93.59%69.41%-
HSV(B)215.34º58.4%98.04%-
XYZ36.2436.495.56-
YUV155.86181.1291.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.08%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=20.08%
G=31.66%
B=48.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1041642500.580.3400.02215.3493.5969.41
Hex68A4FA3A2202d75e45
Octal150244372724202327136105
Binary110100010100100111110101110101000100101101011110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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