#6EBAAD

Color #6EBAAD Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #6EBAAD

Tints of Gulf Stream #6EBAAD

Color information

#6EBAAD (or 0x6EBAAD) is unknown color: approx Gulf Stream. HEX triplet: 6E, BA and AD. RGB value is (110,186,173). Sum of RGB (Red+Green+Blue) = 110+186+173=469 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.45% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBAAD is #914552. Grayscale: #A1A1A1. Windows color (decimal): -9520467 or 11385454. OLE color: 11385454.

HSL color Cylindrical-coordinate representation of color #6EBAAD: hue angle of 169.74º 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 #6EBAAD is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB110186173-
CMYK0.4100.070.27
HSL169.74º35.51%58.04%-
HSV(B)169.74º40.86%72.94%-
XYZ31.5341.4545.87-
YUV161.79134.3291.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.45%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=23.45%
G=39.66%
B=36.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101861730.4100.070.27169.7435.5158.04
Hex6EBAAD29071Baa243a
Octal1562722555107332524472
Binary1101110101110101010110110100101111101110101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,186,173); }

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

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

 a { background-color: rgb(110,186,173); }

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

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

 span { border-color: rgb(110,186,173); }

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