#6BB9A8

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

Shades of Gulf Stream #6BB9A8

Tints of Gulf Stream #6BB9A8

Color information

#6BB9A8 (or 0x6BB9A8) is unknown color: approx Gulf Stream. HEX triplet: 6B, B9 and A8. RGB value is (107,185,168). Sum of RGB (Red+Green+Blue) = 107+185+168=460 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.26% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #6BB9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB9A8 is #944657. Grayscale: #9F9F9F. Windows color (decimal): -9717336 or 11057515. OLE color: 11057515.

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

Color convert

RGB107185168-
CMYK0.4200.090.27
HSL166.92º35.78%57.25%-
HSV(B)166.92º42.16%72.55%-
XYZ30.4840.6543.29-
YUV159.74132.6690.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.26%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 168 (66.02% from 255) = 36.52%
R=23.26%
G=40.22%
B=36.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071851680.4200.090.27166.9235.7857.25
Hex6BB9A82A091Ba72439
Octal15327125052011332474471
Binary11010111011100110101000101010010011101110100111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,185,168); }

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

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

 a { background-color: rgb(107,185,168); }

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

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

 span { border-color: rgb(107,185,168); }

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