#6FAF9D

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

Shades of Gulf Stream #6FAF9D

Tints of Gulf Stream #6FAF9D

Color information

#6FAF9D (or 0x6FAF9D) is unknown color: approx Gulf Stream. HEX triplet: 6F, AF and 9D. RGB value is (111,175,157). Sum of RGB (Red+Green+Blue) = 111+175+157=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAF9D is #905062. Grayscale: #999999. Windows color (decimal): -9457763 or 10334063. OLE color: 10334063.

HSL color Cylindrical-coordinate representation of color #6FAF9D: hue angle of 163.12º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FAF9D is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB111175157-
CMYK0.3700.100.31
HSL163.12º28.57%56.08%-
HSV(B)163.12º36.57%68.63%-
XYZ27.9736.4737.46-
YUV153.81129.897.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.06%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=25.06%
G=39.50%
B=35.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111751570.3700.100.31163.1228.5756.08
Hex6FAF9D250A1Fa31d38
Octal15725723545012372433570
Binary1101111101011111001110110010101010111111010001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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