#6DBDB3

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

Shades of Gulf Stream #6DBDB3

Tints of Gulf Stream #6DBDB3

Color information

#6DBDB3 (or 0x6DBDB3) is unknown color: approx Gulf Stream. HEX triplet: 6D, BD and B3. RGB value is (109,189,179). Sum of RGB (Red+Green+Blue) = 109+189+179=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDB3 is #92424C. Grayscale: #A3A3A3. Windows color (decimal): -9585229 or 11779437. OLE color: 11779437.

HSL color Cylindrical-coordinate representation of color #6DBDB3: hue angle of 172.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBDB3 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB109189179-
CMYK0.4200.050.26
HSL172.5º37.74%58.43%-
HSV(B)172.5º42.33%74.12%-
XYZ32.6442.949.21-
YUV163.94136.588.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.85%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 179 (70.31% from 255) = 37.53%
R=22.85%
G=39.62%
B=37.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091891790.4200.050.26172.537.7458.43
Hex6DBDB32A051Aac263a
Octal1552752635205322544672
Binary1101101101111011011001110101001011101010101100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,189,179); }

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

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

 a { background-color: rgb(109,189,179); }

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

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

 span { border-color: rgb(109,189,179); }

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