Html Css Color HEX #6BBBAC Gulf Stream

📋 copy color: '#6BBBAC'

red 107 ◦ green 187 ◦ blue 172

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

Shades of Gulf Stream #6BBBAC

Tints of Gulf Stream #6BBBAC

RGB

 RED value IS 107 (42.19% from 255) = 22.96%

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

 BLUE value IS 172 (67.58% from 255) = 36.91%

R = 22.96%
G = 40.13%
B = 36.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#6BBBAC (or 0x6BBBAC) is known color: Gulf Stream. HEX triplet: 6B, BB and AC. RGB value is (107,187,172). Sum of RGB (Red+Green+Blue) = 107+187+172=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #6BBBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBBAC is #944453. Grayscale: #A1A1A1. Windows color (decimal): -9716820 or 11320171. OLE color: 11320171.

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

Color convert

RGB 107 187 172 -
CMYK 0.43 0 0.08 0.27
HSL 168.75º 0.37% 0.58% -
HSV(B) 168.75º 0.43% 0.73% -
XYZ 31.28 41.65 45.42 -
YUV 161.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 107 187 172 0.43 0 0.08 0.27 168.75 0.37 0.58
Hex 6B BB AC 2B 0 8 1B A9 25 3A
Octal 153 273 254 53 0 10 33 251 45 72
Binary 1101011 10111011 10101100 101011 0 1000 11011 10101001 100101 111010

Color Harmonies of #6BBBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBBAC

Black with #6BBBAC

Text Example


Text Example

White with #6BBBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,187,172); }

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

background-color css

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

 a { background-color: rgb(107,187,172); }

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

border-color css

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

 span { border-color: rgb(107,187,172); }

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