Html Css Color HEX #6BBABF Fountain Blue

📋 copy color: '#6BBABF'

red 107 ◦ green 186 ◦ blue 191

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

Shades of Fountain Blue #6BBABF

Tints of Fountain Blue #6BBABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.46%

R = 22.11%
G = 38.43%
B = 39.46%

CMYK

 C value IS 0.44

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6BBABF (or 0x6BBABF) is known color: Fountain Blue. HEX triplet: 6B, BA and BF. RGB value is (107,186,191). Sum of RGB (Red+Green+Blue) = 107+186+191=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #6BBABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBABF is #944540. Grayscale: #A2A2A2. Windows color (decimal): -9717057 or 12565099. OLE color: 12565099.

HSL color Cylindrical-coordinate representation of color #6BBABF: hue angle of 183.57º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBABF is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 186 191 -
CMYK 0.44 0.03 0 0.25
HSL 183.57º 0.4% 0.58% -
HSV(B) 183.57º 0.44% 0.75% -
XYZ 33.03 42.01 55.66 -
YUV 162.95 143.83 88.09 -
System Red Green Blue C M Y K H S L
Decimal 107 186 191 0.44 0.03 0 0.25 183.57 0.4 0.58
Hex 6B BA BF 2C 3 0 19 B8 28 3A
Octal 153 272 277 54 3 0 31 270 50 72
Binary 1101011 10111010 10111111 101100 11 0 11001 10111000 101000 111010

Color Harmonies of #6BBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBABF

Black with #6BBABF

Text Example


Text Example

White with #6BBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,186,191); }

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

background-color css

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

 a { background-color: rgb(107,186,191); }

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

border-color css

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

 span { border-color: rgb(107,186,191); }

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