Html Css Color HEX #6FBDB1 Gulf Stream

📋 copy color: '#6FBDB1'

red 111 ◦ green 189 ◦ blue 177

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

Shades of Gulf Stream #6FBDB1

Tints of Gulf Stream #6FBDB1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.62%

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

R = 23.27%
G = 39.62%
B = 37.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#6FBDB1 (or 0x6FBDB1) is known color: Gulf Stream. HEX triplet: 6F, BD and B1. RGB value is (111,189,177). Sum of RGB (Red+Green+Blue) = 111+189+177=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBDB1 is #90424E. Grayscale: #A4A4A4. Windows color (decimal): -9454159 or 11648367. OLE color: 11648367.

HSL color Cylindrical-coordinate representation of color #6FBDB1: hue angle of 170.77º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBDB1 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 189 177 -
CMYK 0.41 0 0.06 0.26
HSL 170.77º 0.37% 0.59% -
HSV(B) 170.77º 0.41% 0.74% -
XYZ 32.69 42.95 48.16 -
YUV 164.31 135.16 89.98 -
System Red Green Blue C M Y K H S L
Decimal 111 189 177 0.41 0 0.06 0.26 170.77 0.37 0.59
Hex 6F BD B1 29 0 6 1A AB 25 3B
Octal 157 275 261 51 0 6 32 253 45 73
Binary 1101111 10111101 10110001 101001 0 110 11010 10101011 100101 111011

Color Harmonies of #6FBDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDB1

Black with #6FBDB1

Text Example


Text Example

White with #6FBDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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