#6A9FE1

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

Shades of Cornflower Blue #6A9FE1

Tints of Cornflower Blue #6A9FE1

Color information

#6A9FE1 (or 0x6A9FE1) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 9F and E1. RGB value is (106,159,225). Sum of RGB (Red+Green+Blue) = 106+159+225=490 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.63% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #6A9FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9FE1 is #95601E. Grayscale: #969696. Windows color (decimal): -9789471 or 14786410. OLE color: 14786410.

HSL color Cylindrical-coordinate representation of color #6A9FE1: hue angle of 213.28º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A9FE1 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB106159225-
CMYK0.530.2900.12
HSL213.28º66.48%64.9%-
HSV(B)213.28º52.89%88.24%-
XYZ31.9333.375.98-
YUV150.68169.9496.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.63%
GREEN value IS 159 (62.5% from 255) = 32.45%
BLUE value IS 225 (88.28% from 255) = 45.92%
R=21.63%
G=32.45%
B=45.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1061592250.530.2900.12213.2866.4864.9
Hex6A9FE1351D0Cd54241
Octal1522373416535014325102101
Binary1101010100111111110000111010111101011001101010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,159,225); }

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

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

 a { background-color: rgb(106,159,225); }

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

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

 span { border-color: rgb(106,159,225); }

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