#6DBDB1

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

Shades of Gulf Stream #6DBDB1

Tints of Gulf Stream #6DBDB1

Color information

#6DBDB1 (or 0x6DBDB1) is unknown color: approx Gulf Stream. HEX triplet: 6D, BD and B1. RGB value is (109,189,177). Sum of RGB (Red+Green+Blue) = 109+189+177=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBDB1 is #92424E. Grayscale: #A3A3A3. Windows color (decimal): -9585231 or 11648365. OLE color: 11648365.

HSL color Cylindrical-coordinate representation of color #6DBDB1: hue angle of 171º 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 #6DBDB1 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB109189177-
CMYK0.4200.060.26
HSL171º37.74%58.43%-
HSV(B)171º42.33%74.12%-
XYZ32.4442.8248.15-
YUV163.71135.588.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.95%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=22.95%
G=39.79%
B=37.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091891770.4200.060.2617137.7458.43
Hex6DBDB12A061Aab263a
Octal1552752615206322534672
Binary1101101101111011011000110101001101101010101011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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