Html Css Color HEX #6FB9B1 Gulf Stream

📋 copy color: '#6FB9B1'

red 111 ◦ green 185 ◦ blue 177

#6FB9B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Stream #6FB9B1

Tints of Gulf Stream #6FB9B1

RGB

 RED value IS 111 (43.75% from 255) = 23.47%

 GREEN value IS 185 (72.66% from 255) = 39.11%

 BLUE value IS 177 (69.53% from 255) = 37.42%

R = 23.47%
G = 39.11%
B = 37.42%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#6FB9B1 (or 0x6FB9B1) is known color: Gulf Stream. HEX triplet: 6F, B9 and B1. RGB value is (111,185,177). Sum of RGB (Red+Green+Blue) = 111+185+177=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB9B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB9B1 is #90464E. Grayscale: #A1A1A1. Windows color (decimal): -9455183 or 11647343. OLE color: 11647343.

HSL color Cylindrical-coordinate representation of color #6FB9B1: hue angle of 173.51º 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 #6FB9B1 is Cyan = 0.4, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 185 177 -
CMYK 0.4 0 0.04 0.27
HSL 173.51º 0.35% 0.58% -
HSV(B) 173.51º 0.4% 0.73% -
XYZ 31.84 41.25 47.88 -
YUV 161.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 111 185 177 0.4 0 0.04 0.27 173.51 0.35 0.58
Hex 6F B9 B1 28 0 4 1B AE 23 3A
Octal 157 271 261 50 0 4 33 256 43 72
Binary 1101111 10111001 10110001 101000 0 100 11011 10101110 100011 111010

Color Harmonies of #6FB9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB9B1

Black with #6FB9B1

Text Example


Text Example

White with #6FB9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6FB9B1;
 }
 .AnyTagClassName
 {
   color: #6FB9B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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