#6E8DBD

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

Shades of Wild Blue Yonder #6E8DBD

Tints of Wild Blue Yonder #6E8DBD

Color information

#6E8DBD (or 0x6E8DBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 8D and BD. RGB value is (110,141,189). Sum of RGB (Red+Green+Blue) = 110+141+189=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E8DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8DBD is #917242. Grayscale: #888888. Windows color (decimal): -9531971 or 12422510. OLE color: 12422510.

HSL color Cylindrical-coordinate representation of color #6E8DBD: hue angle of 216.46º 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 #6E8DBD is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB110141189-
CMYK0.420.2500.26
HSL216.46º37.44%58.63%-
HSV(B)216.46º41.8%74.12%-
XYZ25.1426.0451.85-
YUV137.2157.23108.6-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25%
GREEN value IS 141 (55.47% from 255) = 32.05%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=25%
G=32.05%
B=42.95%

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
Decimal1101411890.420.2500.26216.4637.4458.63
Hex6E8DBD2A1901Ad8253b
Octal15621527552310323304573
Binary110111010001101101111011010101100101101011011000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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