#6986FF

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

Shades of Cornflower Blue #6986FF

Tints of Cornflower Blue #6986FF

Color information

#6986FF (or 0x6986FF) is unknown color: approx Cornflower Blue. HEX triplet: 69, 86 and FF. RGB value is (105,134,255). Sum of RGB (Red+Green+Blue) = 105+134+255=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #6986FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6986FF is #967900. Grayscale: #8A8A8A. Windows color (decimal): -9861377 or 16746089. OLE color: 16746089.

HSL color Cylindrical-coordinate representation of color #6986FF: hue angle of 228.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6986FF is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB105134255-
CMYK0.590.4700
HSL228.4º100%70.59%-
HSV(B)228.4º58.82%100%-
XYZ32.427.2798.16-
YUV139.12193.39103.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.26%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 255 (100% from 255) = 51.62%
R=21.26%
G=27.13%
B=51.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051342550.590.4700228.410070.59
Hex6986FF3B2F00e46447
Octal151206377735700344144107
Binary11010011000011011111111111011101111001110010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6986FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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