#6E89F1

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

Shades of Cornflower Blue #6E89F1

Tints of Cornflower Blue #6E89F1

Color information

#6E89F1 (or 0x6E89F1) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 89 and F1. RGB value is (110,137,241). Sum of RGB (Red+Green+Blue) = 110+137+241=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #6E89F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E89F1 is #91760E. Grayscale: #8C8C8C. Windows color (decimal): -9532943 or 15829358. OLE color: 15829358.

HSL color Cylindrical-coordinate representation of color #6E89F1: hue angle of 227.63º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E89F1 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB110137241-
CMYK0.540.4300.05
HSL227.63º82.39%68.82%-
HSV(B)227.63º54.36%94.51%-
XYZ31.2527.5686.89-
YUV140.78184.55106.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.54%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 241 (94.53% from 255) = 49.39%
R=22.54%
G=28.07%
B=49.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1101372410.540.4300.05227.6382.3968.82
Hex6E89F1362B05e45245
Octal156211361665305344122105
Binary1101110100010011111000111011010101101011110010010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E89F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E89F1; }

 p { color: rgb(110,137,241); }

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

<style>
 a { background-color: #6E89F1; }

 a { background-color: rgb(110,137,241); }

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

<style>
 span { border-color: #6E89F1; }

 span { border-color: rgb(110,137,241); }

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