#6E8EBD

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

Shades of Wild Blue Yonder #6E8EBD

Tints of Wild Blue Yonder #6E8EBD

Color information

#6E8EBD (or 0x6E8EBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 8E and BD. RGB value is (110,142,189). Sum of RGB (Red+Green+Blue) = 110+142+189=441 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.94% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E8EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8EBD is #917142. Grayscale: #898989. Windows color (decimal): -9531715 or 12422766. OLE color: 12422766.

HSL color Cylindrical-coordinate representation of color #6E8EBD: hue angle of 215.7º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E8EBD is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB110142189-
CMYK0.420.2500.26
HSL215.7º37.44%58.63%-
HSV(B)215.7º41.8%74.12%-
XYZ25.2926.3451.89-
YUV137.79156.9108.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.94%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=24.94%
G=32.20%
B=42.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101421890.420.2500.26215.737.4458.63
Hex6E8EBD2A1901Ad8253b
Octal15621627552310323304573
Binary110111010001110101111011010101100101101011011000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,142,189); }

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

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

 a { background-color: rgb(110,142,189); }

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

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

 span { border-color: rgb(110,142,189); }

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