#6DB5A4

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

Shades of Gulf Stream #6DB5A4

Tints of Gulf Stream #6DB5A4

Color information

#6DB5A4 (or 0x6DB5A4) is unknown color: approx Gulf Stream. HEX triplet: 6D, B5 and A4. RGB value is (109,181,164). Sum of RGB (Red+Green+Blue) = 109+181+164=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB5A4 is #924A5B. Grayscale: #9D9D9D. Windows color (decimal): -9587292 or 10794349. OLE color: 10794349.

HSL color Cylindrical-coordinate representation of color #6DB5A4: hue angle of 165.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB5A4 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB109181164-
CMYK0.4000.090.29
HSL165.83º32.73%56.86%-
HSV(B)165.83º39.78%70.98%-
XYZ29.5338.9841.09-
YUV157.53131.6593.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.01%
GREEN value IS 181 (71.09% from 255) = 39.87%
BLUE value IS 164 (64.45% from 255) = 36.12%
R=24.01%
G=39.87%
B=36.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091811640.4000.090.29165.8332.7356.86
Hex6DB5A428091Da62139
Octal15526524450011352464171
Binary11011011011010110100100101000010011110110100110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,181,164); }

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

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

 a { background-color: rgb(109,181,164); }

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

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

 span { border-color: rgb(109,181,164); }

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