#6986f4

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

Shades of Cornflower Blue #6986F4

Tints of Cornflower Blue #6986F4

Color information

#6986F4 (or 0x6986F4) is unknown color: approx Cornflower Blue. HEX triplet: 69, 86 and F4. RGB value is (105,134,244). Sum of RGB (Red+Green+Blue) = 105+134+244=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #6986F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6986F4 is #96790B. Grayscale: #898989. Windows color (decimal): -9861388 or 16025193. OLE color: 16025193.

HSL color Cylindrical-coordinate representation of color #6986F4: hue angle of 227.48º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6986F4 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB105134244-
CMYK0.570.4500.04
HSL227.48º86.34%68.43%-
HSV(B)227.48º56.97%95.69%-
XYZ30.6826.5989.1-
YUV137.87187.89104.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.74%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 244 (95.70% from 255) = 50.52%
R=21.74%
G=27.74%
B=50.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1051342440.570.4500.04227.4886.3468.43
Hex6986F4392D04e35644
Octal151206364715504343126104
Binary1101001100001101111010011100110110101001110001110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6986f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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