Html Css Color HEX #6FBCB1 Gulf Stream

📋 copy color: '#6FBCB1'

red 111 ◦ green 188 ◦ blue 177

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

Shades of Gulf Stream #6FBCB1

Tints of Gulf Stream #6FBCB1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.5%

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

R = 23.32%
G = 39.5%
B = 37.18%

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

#6FBCB1 (or 0x6FBCB1) is known color: Gulf Stream. HEX triplet: 6F, BC and B1. RGB value is (111,188,177). Sum of RGB (Red+Green+Blue) = 111+188+177=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBCB1 is #90434E. Grayscale: #A3A3A3. Windows color (decimal): -9454415 or 11648111. OLE color: 11648111.

HSL color Cylindrical-coordinate representation of color #6FBCB1: hue angle of 171.43º degrees, saturation: 0.36, 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 #6FBCB1 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 188 177 -
CMYK 0.41 0 0.06 0.26
HSL 171.43º 0.36% 0.59% -
HSV(B) 171.43º 0.41% 0.74% -
XYZ 32.47 42.52 48.09 -
YUV 163.72 135.49 90.39 -
System Red Green Blue C M Y K H S L
Decimal 111 188 177 0.41 0 0.06 0.26 171.43 0.36 0.59
Hex 6F BC B1 29 0 6 1A AB 24 3B
Octal 157 274 261 51 0 6 32 253 44 73
Binary 1101111 10111100 10110001 101001 0 110 11010 10101011 100100 111011

Color Harmonies of #6FBCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCB1

Black with #6FBCB1

Text Example


Text Example

White with #6FBCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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