#6EBDA9

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

Shades of Gulf Stream #6EBDA9

Tints of Gulf Stream #6EBDA9

Color information

#6EBDA9 (or 0x6EBDA9) is unknown color: approx Gulf Stream. HEX triplet: 6E, BD and A9. RGB value is (110,189,169). Sum of RGB (Red+Green+Blue) = 110+189+169=468 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.50% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBDA9 is #914256. Grayscale: #A3A3A3. Windows color (decimal): -9519703 or 11124078. OLE color: 11124078.

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

Color convert

RGB110189169-
CMYK0.4200.110.26
HSL164.81º37.44%58.63%-
HSV(B)164.81º41.8%74.12%-
XYZ31.7942.5744.08-
YUV163.1131.3390.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.50%
GREEN value IS 189 (74.22% from 255) = 40.38%
BLUE value IS 169 (66.41% from 255) = 36.11%
R=23.50%
G=40.38%
B=36.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101891690.4200.110.26164.8137.4458.63
Hex6EBDA92A0B1Aa5253b
Octal15627525152013322454573
Binary11011101011110110101001101010010111101010100101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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