#68A3F2

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

Shades of Cornflower Blue #68A3F2

Tints of Cornflower Blue #68A3F2

Color information

#68A3F2 (or 0x68A3F2) is unknown color: approx Cornflower Blue. HEX triplet: 68, A3 and F2. RGB value is (104,163,242). Sum of RGB (Red+Green+Blue) = 104+163+242=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #68A3F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A3F2 is #975C0D. Grayscale: #999999. Windows color (decimal): -9919502 or 15901544. OLE color: 15901544.

HSL color Cylindrical-coordinate representation of color #68A3F2: hue angle of 214.35º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68A3F2 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104163242-
CMYK0.570.3300.05
HSL214.35º84.15%67.84%-
HSV(B)214.35º57.02%94.9%-
XYZ34.8335.5589.03-
YUV154.36177.4592.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.43%
GREEN value IS 163 (64.06% from 255) = 32.02%
BLUE value IS 242 (94.92% from 255) = 47.54%
R=20.43%
G=32.02%
B=47.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1041632420.570.3300.05214.3584.1567.84
Hex68A3F2392105d65444
Octal150243362714105326124104
Binary1101000101000111111001011100110000101011101011010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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