Html Css Color HEX #6BBABA Fountain Blue

📋 copy color: '#6BBABA'

red 107 ◦ green 186 ◦ blue 186

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

Shades of Fountain Blue #6BBABA

Tints of Fountain Blue #6BBABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 22.34%
G = 38.83%
B = 38.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6BBABA (or 0x6BBABA) is known color: Fountain Blue. HEX triplet: 6B, BA and BA. RGB value is (107,186,186). Sum of RGB (Red+Green+Blue) = 107+186+186=479 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.34% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #6BBABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBABA is #944545. Grayscale: #A2A2A2. Windows color (decimal): -9717062 or 12237419. OLE color: 12237419.

HSL color Cylindrical-coordinate representation of color #6BBABA: hue angle of 180º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BBABA is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 186 186 -
CMYK 0.42 0 0 0.27
HSL 180º 0.36% 0.57% -
HSV(B) 180º 0.42% 0.73% -
XYZ 32.49 41.79 52.81 -
YUV 162.38 141.33 88.5 -
System Red Green Blue C M Y K H S L
Decimal 107 186 186 0.42 0 0 0.27 180 0.36 0.57
Hex 6B BA BA 2A 0 0 1B B4 24 39
Octal 153 272 272 52 0 0 33 264 44 71
Binary 1101011 10111010 10111010 101010 0 0 11011 10110100 100100 111001

Color Harmonies of #6BBABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBABA

Black with #6BBABA

Text Example


Text Example

White with #6BBABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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