#6983ea

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

Shades of Cornflower Blue #6983EA

Tints of Cornflower Blue #6983EA

Color information

#6983EA (or 0x6983EA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 83 and EA. RGB value is (105,131,234). Sum of RGB (Red+Green+Blue) = 105+131+234=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #6983EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6983EA is #967C15. Grayscale: #868686. Windows color (decimal): -9862166 or 15369065. OLE color: 15369065.

HSL color Cylindrical-coordinate representation of color #6983EA: hue angle of 227.91º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6983EA is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105131234-
CMYK0.550.4400.08
HSL227.91º75.44%66.47%-
HSV(B)227.91º55.13%91.76%-
XYZ28.7925.1881.18-
YUV134.97183.89106.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.34%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 234 (91.80% from 255) = 49.79%
R=22.34%
G=27.87%
B=49.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051312340.550.4400.08227.9175.4466.47
Hex6983EA372C08e44b42
Octal1512033526754010344113102
Binary11010011000001111101010110111101100010001110010010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6983ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6983ea; }

 p { color: rgb(105,131,234); }

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

<style>
 a { background-color: #6983ea; }

 a { background-color: rgb(105,131,234); }

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

<style>
 span { border-color: #6983ea; }

 span { border-color: rgb(105,131,234); }

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