#68A4F3

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

Shades of Cornflower Blue #68A4F3

Tints of Cornflower Blue #68A4F3

Color information

#68A4F3 (or 0x68A4F3) is unknown color: approx Cornflower Blue. HEX triplet: 68, A4 and F3. RGB value is (104,164,243). Sum of RGB (Red+Green+Blue) = 104+164+243=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #68A4F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A4F3 is #975B0C. Grayscale: #9A9A9A. Windows color (decimal): -9919245 or 15967336. OLE color: 15967336.

HSL color Cylindrical-coordinate representation of color #68A4F3: hue angle of 214.1º degrees, saturation: 0.85, 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 #68A4F3 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104164243-
CMYK0.570.3300.05
HSL214.1º85.28%68.04%-
HSV(B)214.1º57.2%95.29%-
XYZ35.1635.9789.88-
YUV155.07177.6291.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.35%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 243 (95.31% from 255) = 47.55%
R=20.35%
G=32.09%
B=47.55%

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
Decimal1041642430.570.3300.05214.185.2868.04
Hex68A4F3392105d65544
Octal150244363714105326125104
Binary1101000101001001111001111100110000101011101011010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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