Html Css Color HEX #6FBBA9 Gulf Stream

📋 copy color: '#6FBBA9'

red 111 ◦ green 187 ◦ blue 169

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

Shades of Gulf Stream #6FBBA9

Tints of Gulf Stream #6FBBA9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.04%

 BLUE value IS 169 (66.41% from 255) = 36.19%

R = 23.77%
G = 40.04%
B = 36.19%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#6FBBA9 (or 0x6FBBA9) is known color: Gulf Stream. HEX triplet: 6F, BB and A9. RGB value is (111,187,169). Sum of RGB (Red+Green+Blue) = 111+187+169=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBBA9 is #904456. Grayscale: #A2A2A2. Windows color (decimal): -9454679 or 11123567. OLE color: 11123567.

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

Color convert

RGB 111 187 169 -
CMYK 0.41 0 0.10 0.27
HSL 165.79º 0.36% 0.58% -
HSV(B) 165.79º 0.41% 0.73% -
XYZ 31.49 41.78 43.94 -
YUV 162.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 111 187 169 0.41 0 0.10 0.27 165.79 0.36 0.58
Hex 6F BB A9 29 0 A 1B A6 24 3A
Octal 157 273 251 51 0 12 33 246 44 72
Binary 1101111 10111011 10101001 101001 0 1010 11011 10100110 100100 111010

Color Harmonies of #6FBBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBBA9

Black with #6FBBA9

Text Example


Text Example

White with #6FBBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,187,169); }

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

background-color css

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

 a { background-color: rgb(111,187,169); }

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

border-color css

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

 span { border-color: rgb(111,187,169); }

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