#6A89EE

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

Shades of Cornflower Blue #6A89EE

Tints of Cornflower Blue #6A89EE

Color information

#6A89EE (or 0x6A89EE) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 89 and EE. RGB value is (106,137,238). Sum of RGB (Red+Green+Blue) = 106+137+238=481 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.04% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A89EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A89EE is #957611. Grayscale: #8A8A8A. Windows color (decimal): -9795090 or 15632746. OLE color: 15632746.

HSL color Cylindrical-coordinate representation of color #6A89EE: hue angle of 225.91º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A89EE is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106137238-
CMYK0.550.4200.07
HSL225.91º79.52%67.45%-
HSV(B)225.91º55.46%93.33%-
XYZ30.3227.1384.53-
YUV139.24183.73104.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.04%
GREEN value IS 137 (53.91% from 255) = 28.48%
BLUE value IS 238 (93.36% from 255) = 49.48%
R=22.04%
G=28.48%
B=49.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061372380.550.4200.07225.9179.5267.45
Hex6A89EE372A07e25043
Octal152211356675207342120103
Binary1101010100010011110111011011110101001111110001010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A89EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,137,238); }

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

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

 a { background-color: rgb(106,137,238); }

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

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

 span { border-color: rgb(106,137,238); }

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