#6A91E3

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

Shades of Cornflower Blue #6A91E3

Tints of Cornflower Blue #6A91E3

Color information

#6A91E3 (or 0x6A91E3) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 91 and E3. RGB value is (106,145,227). Sum of RGB (Red+Green+Blue) = 106+145+227=478 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.18% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 227 (89.06% from 255 or 47.49% from 478); Max value from RGB is 227 - color contains mainly: blue. Hex color #6A91E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A91E3 is #956E1C. Grayscale: #8E8E8E. Windows color (decimal): -9793053 or 14913898. OLE color: 14913898.

HSL color Cylindrical-coordinate representation of color #6A91E3: hue angle of 220.66º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A91E3 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB106145227-
CMYK0.530.3600.11
HSL220.66º68.36%65.29%-
HSV(B)220.66º53.3%89.02%-
XYZ29.9328.8676.67-
YUV142.69175.58101.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.18%
GREEN value IS 145 (57.03% from 255) = 30.33%
BLUE value IS 227 (89.06% from 255) = 47.49%
R=22.18%
G=30.33%
B=47.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1061452270.530.3600.11220.6668.3665.29
Hex6A91E335240Bdd4441
Octal1522213436544013335104101
Binary11010101001000111100011110101100100010111101110110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A91E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,145,227); }

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

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

 a { background-color: rgb(106,145,227); }

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

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

 span { border-color: rgb(106,145,227); }

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