#6BBAAD

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

Shades of Gulf Stream #6BBAAD

Tints of Gulf Stream #6BBAAD

Color information

#6BBAAD (or 0x6BBAAD) is unknown color: approx Gulf Stream. HEX triplet: 6B, BA and AD. RGB value is (107,186,173). Sum of RGB (Red+Green+Blue) = 107+186+173=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBAAD is #944552. Grayscale: #A0A0A0. Windows color (decimal): -9717075 or 11385451. OLE color: 11385451.

HSL color Cylindrical-coordinate representation of color #6BBAAD: hue angle of 170.13º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BBAAD is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB107186173-
CMYK0.4200.070.27
HSL170.13º36.41%57.45%-
HSV(B)170.13º42.47%72.94%-
XYZ31.1741.2645.86-
YUV160.9134.8389.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.96%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=22.96%
G=39.91%
B=37.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071861730.4200.070.27170.1336.4157.45
Hex6BBAAD2A071Baa2439
Octal1532722555207332524471
Binary1101011101110101010110110101001111101110101010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,186,173); }

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

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

 a { background-color: rgb(107,186,173); }

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

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

 span { border-color: rgb(107,186,173); }

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