#6DBDB0

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

Shades of Gulf Stream #6DBDB0

Tints of Gulf Stream #6DBDB0

Color information

#6DBDB0 (or 0x6DBDB0) is unknown color: approx Gulf Stream. HEX triplet: 6D, BD and B0. RGB value is (109,189,176). Sum of RGB (Red+Green+Blue) = 109+189+176=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBDB0 is #92424F. Grayscale: #A3A3A3. Windows color (decimal): -9585232 or 11582829. OLE color: 11582829.

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

Color convert

RGB109189176-
CMYK0.4200.070.26
HSL170.25º37.74%58.43%-
HSV(B)170.25º42.33%74.12%-
XYZ32.3442.7847.63-
YUV163.613589.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.00%
GREEN value IS 189 (74.22% from 255) = 39.87%
BLUE value IS 176 (69.14% from 255) = 37.13%
R=23.00%
G=39.87%
B=37.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091891760.4200.070.26170.2537.7458.43
Hex6DBDB02A071Aaa263a
Octal1552752605207322524672
Binary1101101101111011011000010101001111101010101010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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