#6DBAB1

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

Shades of Gulf Stream #6DBAB1

Tints of Gulf Stream #6DBAB1

Color information

#6DBAB1 (or 0x6DBAB1) is unknown color: approx Gulf Stream. HEX triplet: 6D, BA and B1. RGB value is (109,186,177). Sum of RGB (Red+Green+Blue) = 109+186+177=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBAB1 is #92454E. Grayscale: #A1A1A1. Windows color (decimal): -9585999 or 11647597. OLE color: 11647597.

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

Color convert

RGB109186177-
CMYK0.4100.050.27
HSL172.99º35.81%57.84%-
HSV(B)172.99º41.4%72.94%-
XYZ31.841.5447.94-
YUV161.95136.4990.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.09%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 177 (69.53% from 255) = 37.5%
R=23.09%
G=39.41%
B=37.5%

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
Decimal1091861770.4100.050.27172.9935.8157.84
Hex6DBAB129051Bad243a
Octal1552722615105332554472
Binary1101101101110101011000110100101011101110101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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