#6FB4A8

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

Shades of Gulf Stream #6FB4A8

Tints of Gulf Stream #6FB4A8

Color information

#6FB4A8 (or 0x6FB4A8) is unknown color: approx Gulf Stream. HEX triplet: 6F, B4 and A8. RGB value is (111,180,168). Sum of RGB (Red+Green+Blue) = 111+180+168=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB4A8 is #904B57. Grayscale: #9D9D9D. Windows color (decimal): -9456472 or 11056239. OLE color: 11056239.

HSL color Cylindrical-coordinate representation of color #6FB4A8: hue angle of 169.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB4A8 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB111180168-
CMYK0.3800.070.29
HSL169.57º31.51%57.06%-
HSV(B)169.57º38.33%70.59%-
XYZ29.9438.8542.97-
YUV158133.6494.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.18%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 168 (66.02% from 255) = 36.60%
R=24.18%
G=39.22%
B=36.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111801680.3800.070.29169.5731.5157.06
Hex6FB4A826071Daa2039
Octal1572642504607352524071
Binary1101111101101001010100010011001111110110101010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,180,168); }

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

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

 a { background-color: rgb(111,180,168); }

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

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

 span { border-color: rgb(111,180,168); }

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