#6E8AB7

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

Shades of Wild Blue Yonder #6E8AB7

Tints of Wild Blue Yonder #6E8AB7

Color information

#6E8AB7 (or 0x6E8AB7) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 8A and B7. RGB value is (110,138,183). Sum of RGB (Red+Green+Blue) = 110+138+183=431 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.52% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 183 (71.88% from 255 or 42.46% from 431); Max value from RGB is 183 - color contains mainly: blue. Hex color #6E8AB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8AB7 is #917548. Grayscale: #868686. Windows color (decimal): -9532745 or 12028526. OLE color: 12028526.

HSL color Cylindrical-coordinate representation of color #6E8AB7: hue angle of 216.99º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E8AB7 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB110138183-
CMYK0.400.2500.28
HSL216.99º33.64%57.45%-
HSV(B)216.99º39.89%71.76%-
XYZ24.0724.9148.34-
YUV134.76155.22110.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.52%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 183 (71.88% from 255) = 42.46%
R=25.52%
G=32.02%
B=42.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1101381830.400.2500.28216.9933.6457.45
Hex6E8AB7281901Cd92239
Octal15621226750310343314271
Binary110111010001010101101111010001100101110011011001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,138,183); }

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

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

 a { background-color: rgb(110,138,183); }

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

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

 span { border-color: rgb(110,138,183); }

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