#6BB9AA

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

Shades of Gulf Stream #6BB9AA

Tints of Gulf Stream #6BB9AA

Color information

#6BB9AA (or 0x6BB9AA) is unknown color: approx Gulf Stream. HEX triplet: 6B, B9 and AA. RGB value is (107,185,170). Sum of RGB (Red+Green+Blue) = 107+185+170=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #6BB9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB9AA is #944655. Grayscale: #9F9F9F. Windows color (decimal): -9717334 or 11188587. OLE color: 11188587.

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

Color convert

RGB107185170-
CMYK0.4200.080.27
HSL168.46º35.78%57.25%-
HSV(B)168.46º42.16%72.55%-
XYZ30.6740.7344.27-
YUV159.97133.6690.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.16%
GREEN value IS 185 (72.66% from 255) = 40.04%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=23.16%
G=40.04%
B=36.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071851700.4200.080.27168.4635.7857.25
Hex6BB9AA2A081Ba82439
Octal15327125252010332504471
Binary11010111011100110101010101010010001101110101000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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