#68A4EE

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

Shades of Cornflower Blue #68A4EE

Tints of Cornflower Blue #68A4EE

Color information

#68A4EE (or 0x68A4EE) is unknown color: approx Cornflower Blue. HEX triplet: 68, A4 and EE. RGB value is (104,164,238). Sum of RGB (Red+Green+Blue) = 104+164+238=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #68A4EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A4EE is #975B11. Grayscale: #9A9A9A. Windows color (decimal): -9919250 or 15639656. OLE color: 15639656.

HSL color Cylindrical-coordinate representation of color #68A4EE: hue angle of 213.13º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68A4EE is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104164238-
CMYK0.560.3100.07
HSL213.13º79.76%67.06%-
HSV(B)213.13º56.3%93.33%-
XYZ34.4235.6785.96-
YUV154.5175.1291.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.55%
GREEN value IS 164 (64.45% from 255) = 32.41%
BLUE value IS 238 (93.36% from 255) = 47.04%
R=20.55%
G=32.41%
B=47.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1041642380.560.3100.07213.1379.7667.06
Hex68A4EE381F07d55043
Octal150244356703707325120103
Binary110100010100100111011101110001111101111101010110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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