#6E8EBF

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

Shades of Wild Blue Yonder #6E8EBF

Tints of Wild Blue Yonder #6E8EBF

Color information

#6E8EBF (or 0x6E8EBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 8E and BF. RGB value is (110,142,191). Sum of RGB (Red+Green+Blue) = 110+142+191=443 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.83% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E8EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8EBF is #917140. Grayscale: #898989. Windows color (decimal): -9531713 or 12553838. OLE color: 12553838.

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

Color convert

RGB110142191-
CMYK0.420.2600.25
HSL216.3º38.76%59.02%-
HSV(B)216.3º42.41%74.9%-
XYZ25.5126.4253.05-
YUV138.02157.9108.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.83%
GREEN value IS 142 (55.86% from 255) = 32.05%
BLUE value IS 191 (75% from 255) = 43.12%
R=24.83%
G=32.05%
B=43.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101421910.420.2600.25216.338.7659.02
Hex6E8EBF2A1A019d8273b
Octal15621627752320313304773
Binary110111010001110101111111010101101001100111011000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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