#6DB9B1

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

Shades of Gulf Stream #6DB9B1

Tints of Gulf Stream #6DB9B1

Color information

#6DB9B1 (or 0x6DB9B1) is unknown color: approx Gulf Stream. HEX triplet: 6D, B9 and B1. RGB value is (109,185,177). Sum of RGB (Red+Green+Blue) = 109+185+177=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB9B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB9B1 is #92464E. Grayscale: #A1A1A1. Windows color (decimal): -9586255 or 11647341. OLE color: 11647341.

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

Color convert

RGB109185177-
CMYK0.4100.040.27
HSL173.68º35.19%57.65%-
HSV(B)173.68º41.08%72.55%-
XYZ31.5941.1247.87-
YUV161.36136.8290.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.14%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 177 (69.53% from 255) = 37.58%
R=23.14%
G=39.28%
B=37.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091851770.4100.040.27173.6835.1957.65
Hex6DB9B129041Bae233a
Octal1552712615104332564372
Binary1101101101110011011000110100101001101110101110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,185,177); }

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

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

 a { background-color: rgb(109,185,177); }

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

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

 span { border-color: rgb(109,185,177); }

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