#6E8CBB

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

Shades of Wild Blue Yonder #6E8CBB

Tints of Wild Blue Yonder #6E8CBB

Color information

#6E8CBB (or 0x6E8CBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 8C and BB. RGB value is (110,140,187). Sum of RGB (Red+Green+Blue) = 110+140+187=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E8CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8CBB is #917344. Grayscale: #888888. Windows color (decimal): -9532229 or 12291182. OLE color: 12291182.

HSL color Cylindrical-coordinate representation of color #6E8CBB: hue angle of 216.62º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E8CBB is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB110140187-
CMYK0.410.2500.27
HSL216.62º36.15%58.24%-
HSV(B)216.62º41.18%73.33%-
XYZ24.7825.6650.66-
YUV136.39156.56109.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.17%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=25.17%
G=32.04%
B=42.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101401870.410.2500.27216.6236.1558.24
Hex6E8CBB291901Bd9243a
Octal15621427351310333314472
Binary110111010001100101110111010011100101101111011001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,140,187); }

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

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

 a { background-color: rgb(110,140,187); }

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

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

 span { border-color: rgb(110,140,187); }

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