Html Css Color HEX #6FBCBB Fountain Blue

📋 copy color: '#6FBCBB'

red 111 ◦ green 188 ◦ blue 187

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

Shades of Fountain Blue #6FBCBB

Tints of Fountain Blue #6FBCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.48%

R = 22.84%
G = 38.68%
B = 38.48%

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

#6FBCBB (or 0x6FBCBB) is known color: Fountain Blue. HEX triplet: 6F, BC and BB. RGB value is (111,188,187). Sum of RGB (Red+Green+Blue) = 111+188+187=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCBB is #904344. Grayscale: #A4A4A4. Windows color (decimal): -9454405 or 12303471. OLE color: 12303471.

HSL color Cylindrical-coordinate representation of color #6FBCBB: hue angle of 179.22º 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 #6FBCBB is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 188 187 -
CMYK 0.41 0 0.01 0.26
HSL 179.22º 0.36% 0.59% -
HSV(B) 179.22º 0.41% 0.74% -
XYZ 33.51 42.93 53.53 -
YUV 164.86 140.49 89.58 -
System Red Green Blue C M Y K H S L
Decimal 111 188 187 0.41 0 0.01 0.26 179.22 0.36 0.59
Hex 6F BC BB 29 0 1 1A B3 24 3B
Octal 157 274 273 51 0 1 32 263 44 73
Binary 1101111 10111100 10111011 101001 0 1 11010 10110011 100100 111011

Color Harmonies of #6FBCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCBB

Black with #6FBCBB

Text Example


Text Example

White with #6FBCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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