#68A3FE

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

Shades of Cornflower Blue #68A3FE

Tints of Cornflower Blue #68A3FE

Color information

#68A3FE (or 0x68A3FE) is unknown color: approx Cornflower Blue. HEX triplet: 68, A3 and FE. RGB value is (104,163,254). Sum of RGB (Red+Green+Blue) = 104+163+254=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #68A3FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A3FE is #975C01. Grayscale: #9B9B9B. Windows color (decimal): -9919490 or 16687976. OLE color: 16687976.

HSL color Cylindrical-coordinate representation of color #68A3FE: hue angle of 216.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68A3FE is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB104163254-
CMYK0.590.3600.00
HSL216.4º98.68%70.2%-
HSV(B)216.4º59.06%99.61%-
XYZ36.736.2998.84-
YUV155.73183.4591.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.96%
GREEN value IS 163 (64.06% from 255) = 31.29%
BLUE value IS 254 (99.61% from 255) = 48.75%
R=19.96%
G=31.29%
B=48.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1041632540.590.3600.00216.498.6870.2
Hex68A3FE3B2400d86346
Octal150243376734400330143106
Binary11010001010001111111110111011100100001101100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,163,254); }

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

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

 a { background-color: rgb(104,163,254); }

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

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

 span { border-color: rgb(104,163,254); }

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