#6989FF

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

Shades of Cornflower Blue #6989FF

Tints of Cornflower Blue #6989FF

Color information

#6989FF (or 0x6989FF) is unknown color: approx Cornflower Blue. HEX triplet: 69, 89 and FF. RGB value is (105,137,255). Sum of RGB (Red+Green+Blue) = 105+137+255=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #6989FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6989FF is #967600. Grayscale: #8C8C8C. Windows color (decimal): -9860609 or 16746857. OLE color: 16746857.

HSL color Cylindrical-coordinate representation of color #6989FF: hue angle of 227.2º 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 #6989FF is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB105137255-
CMYK0.590.4600
HSL227.2º100%70.59%-
HSV(B)227.2º58.82%100%-
XYZ32.8228.1198.3-
YUV140.88192.4102.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.13%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 255 (100% from 255) = 51.31%
R=21.13%
G=27.57%
B=51.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051372550.590.4600227.210070.59
Hex6989FF3B2E00e36447
Octal151211377735600343144107
Binary11010011000100111111111111011101110001110001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6989FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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