#6BBCA9

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

Shades of Gulf Stream #6BBCA9

Tints of Gulf Stream #6BBCA9

Color information

#6BBCA9 (or 0x6BBCA9) is unknown color: approx Gulf Stream. HEX triplet: 6B, BC and A9. RGB value is (107,188,169). Sum of RGB (Red+Green+Blue) = 107+188+169=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBCA9 is #944356. Grayscale: #A1A1A1. Windows color (decimal): -9716567 or 11123819. OLE color: 11123819.

HSL color Cylindrical-coordinate representation of color #6BBCA9: hue angle of 165.93º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBCA9 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB107188169-
CMYK0.4300.100.26
HSL165.93º37.67%57.84%-
HSV(B)165.93º43.09%73.73%-
XYZ31.2141.9643.99-
YUV161.61132.1689.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.06%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 169 (66.41% from 255) = 36.42%
R=23.06%
G=40.52%
B=36.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071881690.4300.100.26165.9337.6757.84
Hex6BBCA92B0A1Aa6263a
Octal15327425153012322464672
Binary11010111011110010101001101011010101101010100110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,188,169); }

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

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

 a { background-color: rgb(107,188,169); }

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

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

 span { border-color: rgb(107,188,169); }

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