#6980e2

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

Shades of Cornflower Blue #6980E2

Tints of Cornflower Blue #6980E2

Color information

#6980E2 (or 0x6980E2) is unknown color: approx Cornflower Blue. HEX triplet: 69, 80 and E2. RGB value is (105,128,226). Sum of RGB (Red+Green+Blue) = 105+128+226=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 226 (88.67% from 255 or 49.24% from 459); Max value from RGB is 226 - color contains mainly: blue. Hex color #6980E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980E2 is #967F1D. Grayscale: #838383. Windows color (decimal): -9862942 or 14844009. OLE color: 14844009.

HSL color Cylindrical-coordinate representation of color #6980E2: hue angle of 228.6º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6980E2 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105128226-
CMYK0.540.4300.11
HSL228.6º67.6%64.9%-
HSV(B)228.6º53.54%88.63%-
XYZ27.2723.9375.13-
YUV132.29180.88108.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.88%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 226 (88.67% from 255) = 49.24%
R=22.88%
G=27.89%
B=49.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051282260.540.4300.11228.667.664.9
Hex6980E2362B0Be54441
Octal1512003426653013345104101
Binary11010011000000011100010110110101011010111110010110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6980e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6980e2; }

 p { color: rgb(105,128,226); }

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

<style>
 a { background-color: #6980e2; }

 a { background-color: rgb(105,128,226); }

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

<style>
 span { border-color: #6980e2; }

 span { border-color: rgb(105,128,226); }

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