#6a91e6

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

Shades of Cornflower Blue #6A91E6

Tints of Cornflower Blue #6A91E6

Color information

#6A91E6 (or 0x6A91E6) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 91 and E6. RGB value is (106,145,230). Sum of RGB (Red+Green+Blue) = 106+145+230=481 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.04% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #6A91E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A91E6 is #956E19. Grayscale: #8E8E8E. Windows color (decimal): -9793050 or 15110506. OLE color: 15110506.

HSL color Cylindrical-coordinate representation of color #6A91E6: hue angle of 221.13º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A91E6 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB106145230-
CMYK0.540.3700.10
HSL221.13º71.26%65.88%-
HSV(B)221.13º53.91%90.2%-
XYZ30.3529.0378.87-
YUV143.03177.08101.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.04%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 230 (90.23% from 255) = 47.82%
R=22.04%
G=30.15%
B=47.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1061452300.540.3700.10221.1371.2665.88
Hex6A91E636250Add4742
Octal1522213466645012335107102
Binary11010101001000111100110110110100101010101101110110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a91e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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