#6896EB

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

Shades of Cornflower Blue #6896EB

Tints of Cornflower Blue #6896EB

Color information

#6896EB (or 0x6896EB) is unknown color: approx Cornflower Blue. HEX triplet: 68, 96 and EB. RGB value is (104,150,235). Sum of RGB (Red+Green+Blue) = 104+150+235=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #6896EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6896EB is #976914. Grayscale: #919191. Windows color (decimal): -9922837 or 15439464. OLE color: 15439464.

HSL color Cylindrical-coordinate representation of color #6896EB: hue angle of 218.93º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6896EB is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104150235-
CMYK0.560.3600.08
HSL218.93º76.61%66.47%-
HSV(B)218.93º55.74%92.16%-
XYZ31.6130.7582.87-
YUV145.94178.2698.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.27%
GREEN value IS 150 (58.98% from 255) = 30.67%
BLUE value IS 235 (92.19% from 255) = 48.06%
R=21.27%
G=30.67%
B=48.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1041502350.560.3600.08218.9376.6166.47
Hex6896EB382408db4d42
Octal1502263537044010333115102
Binary11010001001011011101011111000100100010001101101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6896EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6896EB; }

 p { color: rgb(104,150,235); }

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

<style>
 a { background-color: #6896EB; }

 a { background-color: rgb(104,150,235); }

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

<style>
 span { border-color: #6896EB; }

 span { border-color: rgb(104,150,235); }

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