#6EB4A7

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

Shades of Gulf Stream #6EB4A7

Tints of Gulf Stream #6EB4A7

Color information

#6EB4A7 (or 0x6EB4A7) is unknown color: approx Gulf Stream. HEX triplet: 6E, B4 and A7. RGB value is (110,180,167). Sum of RGB (Red+Green+Blue) = 110+180+167=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #6EB4A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB4A7 is #914B58. Grayscale: #9D9D9D. Windows color (decimal): -9522009 or 10990702. OLE color: 10990702.

HSL color Cylindrical-coordinate representation of color #6EB4A7: hue angle of 168.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EB4A7 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB110180167-
CMYK0.3900.070.29
HSL168.86º31.82%56.86%-
HSV(B)168.86º38.89%70.59%-
XYZ29.7338.7542.47-
YUV157.59133.3194.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.07%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 167 (65.62% from 255) = 36.54%
R=24.07%
G=39.39%
B=36.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101801670.3900.070.29168.8631.8256.86
Hex6EB4A727071Da92039
Octal1562642474707352514071
Binary1101110101101001010011110011101111110110101001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,180,167); }

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

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

 a { background-color: rgb(110,180,167); }

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

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

 span { border-color: rgb(110,180,167); }

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