#6A90E0

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

Shades of Cornflower Blue #6A90E0

Tints of Cornflower Blue #6A90E0

Color information

#6A90E0 (or 0x6A90E0) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 90 and E0. RGB value is (106,144,224). Sum of RGB (Red+Green+Blue) = 106+144+224=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #6A90E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A90E0 is #956F1F. Grayscale: #8D8D8D. Windows color (decimal): -9793312 or 14717034. OLE color: 14717034.

HSL color Cylindrical-coordinate representation of color #6A90E0: hue angle of 220.68º 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 #6A90E0 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB106144224-
CMYK0.530.3600.12
HSL220.68º65.56%64.71%-
HSV(B)220.68º52.68%87.84%-
XYZ29.3728.3974.45-
YUV141.76174.41102.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.36%
GREEN value IS 144 (56.64% from 255) = 30.38%
BLUE value IS 224 (87.89% from 255) = 47.26%
R=22.36%
G=30.38%
B=47.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1061442240.530.3600.12220.6865.5664.71
Hex6A90E035240Cdd4241
Octal1522203406544014335102101
Binary11010101001000011100000110101100100011001101110110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A90E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,144,224); }

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

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

 a { background-color: rgb(106,144,224); }

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

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

 span { border-color: rgb(106,144,224); }

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