Html Css Color HEX #6FBAB0 Gulf Stream

📋 copy color: '#6FBAB0'

red 111 ◦ green 186 ◦ blue 176

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

Shades of Gulf Stream #6FBAB0

Tints of Gulf Stream #6FBAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.21%

R = 23.47%
G = 39.32%
B = 37.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#6FBAB0 (or 0x6FBAB0) is known color: Gulf Stream. HEX triplet: 6F, BA and B0. RGB value is (111,186,176). Sum of RGB (Red+Green+Blue) = 111+186+176=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAB0 is #90454F. Grayscale: #A2A2A2. Windows color (decimal): -9454928 or 11582063. OLE color: 11582063.

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

Color convert

RGB 111 186 176 -
CMYK 0.40 0 0.05 0.27
HSL 172º 0.35% 0.58% -
HSV(B) 172º 0.4% 0.73% -
XYZ 31.95 41.63 47.43 -
YUV 162.44 135.65 91.31 -
System Red Green Blue C M Y K H S L
Decimal 111 186 176 0.40 0 0.05 0.27 172 0.35 0.58
Hex 6F BA B0 28 0 5 1B AC 23 3A
Octal 157 272 260 50 0 5 33 254 43 72
Binary 1101111 10111010 10110000 101000 0 101 11011 10101100 100011 111010

Color Harmonies of #6FBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBAB0

Black with #6FBAB0

Text Example


Text Example

White with #6FBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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