#6BBEA9

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

Shades of Gulf Stream #6BBEA9

Tints of Gulf Stream #6BBEA9

Color information

#6BBEA9 (or 0x6BBEA9) is unknown color: approx Gulf Stream. HEX triplet: 6B, BE and A9. RGB value is (107,190,169). Sum of RGB (Red+Green+Blue) = 107+190+169=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBEA9 is #944156. Grayscale: #A2A2A2. Windows color (decimal): -9716055 or 11124331. OLE color: 11124331.

HSL color Cylindrical-coordinate representation of color #6BBEA9: hue angle of 164.82º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBEA9 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB107190169-
CMYK0.4400.110.25
HSL164.82º38.97%58.24%-
HSV(B)164.82º43.68%74.51%-
XYZ31.6442.8244.13-
YUV162.79131.588.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.96%
GREEN value IS 190 (74.61% from 255) = 40.77%
BLUE value IS 169 (66.41% from 255) = 36.27%
R=22.96%
G=40.77%
B=36.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071901690.4400.110.25164.8238.9758.24
Hex6BBEA92C0B19a5273a
Octal15327625154013312454772
Binary11010111011111010101001101100010111100110100101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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