Html Css Color HEX #6FBCBA Fountain Blue

📋 copy color: '#6FBCBA'

red 111 ◦ green 188 ◦ blue 186

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

Shades of Fountain Blue #6FBCBA

Tints of Fountain Blue #6FBCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.76%

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

R = 22.89%
G = 38.76%
B = 38.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#6FBCBA (or 0x6FBCBA) is known color: Fountain Blue. HEX triplet: 6F, BC and BA. RGB value is (111,188,186). Sum of RGB (Red+Green+Blue) = 111+188+186=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCBA is #904345. Grayscale: #A4A4A4. Windows color (decimal): -9454406 or 12237935. OLE color: 12237935.

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

Color convert

RGB 111 188 186 -
CMYK 0.41 0 0.01 0.26
HSL 178.44º 0.36% 0.59% -
HSV(B) 178.44º 0.41% 0.74% -
XYZ 33.4 42.89 52.97 -
YUV 164.75 139.99 89.66 -
System Red Green Blue C M Y K H S L
Decimal 111 188 186 0.41 0 0.01 0.26 178.44 0.36 0.59
Hex 6F BC BA 29 0 1 1A B2 24 3B
Octal 157 274 272 51 0 1 32 262 44 73
Binary 1101111 10111100 10111010 101001 0 1 11010 10110010 100100 111011

Color Harmonies of #6FBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCBA

Black with #6FBCBA

Text Example


Text Example

White with #6FBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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