#6FB9AF

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

Shades of Gulf Stream #6FB9AF

Tints of Gulf Stream #6FB9AF

Color information

#6FB9AF (or 0x6FB9AF) is unknown color: approx Gulf Stream. HEX triplet: 6F, B9 and AF. RGB value is (111,185,175). Sum of RGB (Red+Green+Blue) = 111+185+175=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB9AF is #904650. Grayscale: #A1A1A1. Windows color (decimal): -9455185 or 11516271. OLE color: 11516271.

HSL color Cylindrical-coordinate representation of color #6FB9AF: hue angle of 171.89º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FB9AF is Cyan = 0.4, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB111185175-
CMYK0.400.050.27
HSL171.89º34.58%58.04%-
HSV(B)171.89º40%72.55%-
XYZ31.6441.1746.84-
YUV161.73135.4891.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.57%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=23.57%
G=39.28%
B=37.15%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111851750.400.050.27171.8934.5858.04
Hex6FB9AF28051Bac233a
Octal1572712575005332544372
Binary1101111101110011010111110100001011101110101100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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