Html Css Color HEX #6FBDBC Fountain Blue

📋 copy color: '#6FBDBC'

red 111 ◦ green 189 ◦ blue 188

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

Shades of Fountain Blue #6FBDBC

Tints of Fountain Blue #6FBDBC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.73%

 BLUE value IS 188 (73.83% from 255) = 38.52%

R = 22.75%
G = 38.73%
B = 38.52%

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

#6FBDBC (or 0x6FBDBC) is known color: Fountain Blue. HEX triplet: 6F, BD and BC. RGB value is (111,189,188). Sum of RGB (Red+Green+Blue) = 111+189+188=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDBC is #904243. Grayscale: #A5A5A5. Windows color (decimal): -9454148 or 12369263. OLE color: 12369263.

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

Color convert

RGB 111 189 188 -
CMYK 0.41 0 0.01 0.26
HSL 179.23º 0.37% 0.59% -
HSV(B) 179.23º 0.41% 0.74% -
XYZ 33.83 43.41 54.17 -
YUV 165.56 140.66 89.08 -
System Red Green Blue C M Y K H S L
Decimal 111 189 188 0.41 0 0.01 0.26 179.23 0.37 0.59
Hex 6F BD BC 29 0 1 1A B3 25 3B
Octal 157 275 274 51 0 1 32 263 45 73
Binary 1101111 10111101 10111100 101001 0 1 11010 10110011 100101 111011

Color Harmonies of #6FBDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDBC

Black with #6FBDBC

Text Example


Text Example

White with #6FBDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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