#6980D8

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

Shades of Cornflower Blue #6980D8

Tints of Cornflower Blue #6980D8

Color information

#6980D8 (or 0x6980D8) is unknown color: approx Cornflower Blue. HEX triplet: 69, 80 and D8. RGB value is (105,128,216). Sum of RGB (Red+Green+Blue) = 105+128+216=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #6980D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980D8 is #967F27. Grayscale: #828282. Windows color (decimal): -9862952 or 14188649. OLE color: 14188649.

HSL color Cylindrical-coordinate representation of color #6980D8: hue angle of 227.57º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6980D8 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105128216-
CMYK0.510.4100.15
HSL227.57º58.73%62.94%-
HSV(B)227.57º51.39%84.71%-
XYZ25.9423.468.12-
YUV131.16175.88109.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.39%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 216 (84.77% from 255) = 48.11%
R=23.39%
G=28.51%
B=48.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051282160.510.4100.15227.5758.7362.94
Hex6980D833290Fe43b3f
Octal15120033063510173447377
Binary110100110000000110110001100111010010111111100100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6980D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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