#6FB7AF

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

Shades of Gulf Stream #6FB7AF

Tints of Gulf Stream #6FB7AF

Color information

#6FB7AF (or 0x6FB7AF) is unknown color: approx Gulf Stream. HEX triplet: 6F, B7 and AF. RGB value is (111,183,175). Sum of RGB (Red+Green+Blue) = 111+183+175=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB7AF is #904850. Grayscale: #A0A0A0. Windows color (decimal): -9455697 or 11515759. OLE color: 11515759.

HSL color Cylindrical-coordinate representation of color #6FB7AF: hue angle of 173.33º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB7AF is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB111183175-
CMYK0.3900.040.28
HSL173.33º33.33%57.65%-
HSV(B)173.33º39.34%71.76%-
XYZ31.2340.3446.7-
YUV160.56136.1592.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.67%
GREEN value IS 183 (71.88% from 255) = 39.02%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=23.67%
G=39.02%
B=37.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1111831750.3900.040.28173.3333.3357.65
Hex6FB7AF27041Cad213a
Octal1572672574704342554172
Binary1101111101101111010111110011101001110010101101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,183,175); }

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

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

 a { background-color: rgb(111,183,175); }

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

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

 span { border-color: rgb(111,183,175); }

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