Html Css Color HEX #6FBAAF Gulf Stream

📋 copy color: '#6FBAAF'

red 111 ◦ green 186 ◦ blue 175

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

Shades of Gulf Stream #6FBAAF

Tints of Gulf Stream #6FBAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 23.52%
G = 39.41%
B = 37.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#6FBAAF (or 0x6FBAAF) is known color: Gulf Stream. HEX triplet: 6F, BA and AF. RGB value is (111,186,175). Sum of RGB (Red+Green+Blue) = 111+186+175=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAAF is #904550. Grayscale: #A2A2A2. Windows color (decimal): -9454929 or 11516527. OLE color: 11516527.

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

Color convert

RGB 111 186 175 -
CMYK 0.40 0 0.06 0.27
HSL 171.2º 0.35% 0.58% -
HSV(B) 171.2º 0.4% 0.73% -
XYZ 31.85 41.59 46.91 -
YUV 162.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 111 186 175 0.40 0 0.06 0.27 171.2 0.35 0.58
Hex 6F BA AF 28 0 6 1B AB 23 3A
Octal 157 272 257 50 0 6 33 253 43 72
Binary 1101111 10111010 10101111 101000 0 110 11011 10101011 100011 111010

Color Harmonies of #6FBAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBAAF

Black with #6FBAAF

Text Example


Text Example

White with #6FBAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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