Html Css Color HEX #6FBBBA Fountain Blue

📋 copy color: '#6FBBBA'

red 111 ◦ green 187 ◦ blue 186

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

Shades of Fountain Blue #6FBBBA

Tints of Fountain Blue #6FBBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.64%

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

R = 22.93%
G = 38.64%
B = 38.43%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#6FBBBA (or 0x6FBBBA) is known color: Fountain Blue. HEX triplet: 6F, BB and BA. RGB value is (111,187,186). Sum of RGB (Red+Green+Blue) = 111+187+186=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBBA is #904445. Grayscale: #A4A4A4. Windows color (decimal): -9454662 or 12237679. OLE color: 12237679.

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

Color convert

RGB 111 187 186 -
CMYK 0.41 0 0.01 0.27
HSL 179.21º 0.36% 0.58% -
HSV(B) 179.21º 0.41% 0.73% -
XYZ 33.19 42.47 52.9 -
YUV 164.16 140.32 90.08 -
System Red Green Blue C M Y K H S L
Decimal 111 187 186 0.41 0 0.01 0.27 179.21 0.36 0.58
Hex 6F BB BA 29 0 1 1B B3 24 3A
Octal 157 273 272 51 0 1 33 263 44 72
Binary 1101111 10111011 10111010 101001 0 1 11011 10110011 100100 111010

Color Harmonies of #6FBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBBBA

Black with #6FBBBA

Text Example


Text Example

White with #6FBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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