#6986e3

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

Shades of Cornflower Blue #6986E3

Tints of Cornflower Blue #6986E3

Color information

#6986E3 (or 0x6986E3) is unknown color: approx Cornflower Blue. HEX triplet: 69, 86 and E3. RGB value is (105,134,227). Sum of RGB (Red+Green+Blue) = 105+134+227=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 227 (89.06% from 255 or 48.71% from 466); Max value from RGB is 227 - color contains mainly: blue. Hex color #6986E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6986E3 is #96791C. Grayscale: #878787. Windows color (decimal): -9861405 or 14911081. OLE color: 14911081.

HSL color Cylindrical-coordinate representation of color #6986E3: hue angle of 225.74º degrees, saturation: 0.69, 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 #6986E3 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105134227-
CMYK0.540.4100.11
HSL225.74º68.54%65.1%-
HSV(B)225.74º53.74%89.02%-
XYZ28.2225.676.13-
YUV135.93179.39105.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.53%
GREEN value IS 134 (52.73% from 255) = 28.76%
BLUE value IS 227 (89.06% from 255) = 48.71%
R=22.53%
G=28.76%
B=48.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051342270.540.4100.11225.7468.5465.1
Hex6986E336290Be24541
Octal1512063436651013342105101
Binary11010011000011011100011110110101001010111110001010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6986e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6986e3; }

 p { color: rgb(105,134,227); }

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

<style>
 a { background-color: #6986e3; }

 a { background-color: rgb(105,134,227); }

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

<style>
 span { border-color: #6986e3; }

 span { border-color: rgb(105,134,227); }

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