#6EBBB1

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

Shades of Gulf Stream #6EBBB1

Tints of Gulf Stream #6EBBB1

Color information

#6EBBB1 (or 0x6EBBB1) is unknown color: approx Gulf Stream. HEX triplet: 6E, BB and B1. RGB value is (110,187,177). Sum of RGB (Red+Green+Blue) = 110+187+177=474 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.21% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 187 - color contains mainly: green. Hex color #6EBBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBBB1 is #91444E. Grayscale: #A2A2A2. Windows color (decimal): -9520207 or 11647854. OLE color: 11647854.

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

Color convert

RGB110187177-
CMYK0.4100.050.27
HSL172.21º36.15%58.24%-
HSV(B)172.21º41.18%73.33%-
XYZ32.1442.0348.01-
YUV162.84135.9990.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.21%
GREEN value IS 187 (73.44% from 255) = 39.45%
BLUE value IS 177 (69.53% from 255) = 37.34%
R=23.21%
G=39.45%
B=37.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101871770.4100.050.27172.2136.1558.24
Hex6EBBB129051Bac243a
Octal1562732615105332544472
Binary1101110101110111011000110100101011101110101100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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