#6DBDA7

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

Shades of Gulf Stream #6DBDA7

Tints of Gulf Stream #6DBDA7

Color information

#6DBDA7 (or 0x6DBDA7) is unknown color: approx Gulf Stream. HEX triplet: 6D, BD and A7. RGB value is (109,189,167). Sum of RGB (Red+Green+Blue) = 109+189+167=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBDA7 is #924258. Grayscale: #A2A2A2. Windows color (decimal): -9585241 or 10993005. OLE color: 10993005.

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

Color convert

RGB109189167-
CMYK0.4200.120.26
HSL163.5º37.74%58.43%-
HSV(B)163.5º42.33%74.12%-
XYZ31.4842.4443.09-
YUV162.57130.589.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.44%
GREEN value IS 189 (74.22% from 255) = 40.65%
BLUE value IS 167 (65.62% from 255) = 35.91%
R=23.44%
G=40.65%
B=35.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091891670.4200.120.26163.537.7458.43
Hex6DBDA72A0C1Aa4263a
Octal15527524752014322444672
Binary11011011011110110100111101010011001101010100100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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