Html Css Color HEX #6FBAB3 Gulf Stream

📋 copy color: '#6FBAB3'

red 111 ◦ green 186 ◦ blue 179

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

Shades of Gulf Stream #6FBAB3

Tints of Gulf Stream #6FBAB3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.08%

 BLUE value IS 179 (70.31% from 255) = 37.61%

R = 23.32%
G = 39.08%
B = 37.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#6FBAB3 (or 0x6FBAB3) is known color: Gulf Stream. HEX triplet: 6F, BA and B3. RGB value is (111,186,179). Sum of RGB (Red+Green+Blue) = 111+186+179=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBAB3 is #90454C. Grayscale: #A2A2A2. Windows color (decimal): -9454925 or 11778671. OLE color: 11778671.

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

Color convert

RGB 111 186 179 -
CMYK 0.40 0 0.04 0.27
HSL 174.4º 0.35% 0.58% -
HSV(B) 174.4º 0.4% 0.73% -
XYZ 32.25 41.75 49.01 -
YUV 162.78 137.15 91.07 -
System Red Green Blue C M Y K H S L
Decimal 111 186 179 0.40 0 0.04 0.27 174.4 0.35 0.58
Hex 6F BA B3 28 0 4 1B AE 23 3A
Octal 157 272 263 50 0 4 33 256 43 72
Binary 1101111 10111010 10110011 101000 0 100 11011 10101110 100011 111010

Color Harmonies of #6FBAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBAB3

Black with #6FBAB3

Text Example


Text Example

White with #6FBAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,186,179); }

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

background-color css

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

 a { background-color: rgb(111,186,179); }

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

border-color css

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

 span { border-color: rgb(111,186,179); }

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