Html Css Color HEX #6FBCBC Fountain Blue

📋 copy color: '#6FBCBC'

red 111 ◦ green 188 ◦ blue 188

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

Shades of Fountain Blue #6FBCBC

Tints of Fountain Blue #6FBCBC

RGB

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

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

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

R = 22.79%
G = 38.6%
B = 38.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6FBCBC (or 0x6FBCBC) is known color: Fountain Blue. HEX triplet: 6F, BC and BC. RGB value is (111,188,188). Sum of RGB (Red+Green+Blue) = 111+188+188=487 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.79% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #6FBCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCBC is #904343. Grayscale: #A4A4A4. Windows color (decimal): -9454404 or 12369007. OLE color: 12369007.

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

Color convert

RGB 111 188 188 -
CMYK 0.41 0 0 0.26
HSL 180º 0.36% 0.59% -
HSV(B) 180º 0.41% 0.74% -
XYZ 33.62 42.98 54.1 -
YUV 164.98 140.99 89.5 -
System Red Green Blue C M Y K H S L
Decimal 111 188 188 0.41 0 0 0.26 180 0.36 0.59
Hex 6F BC BC 29 0 0 1A B4 24 3B
Octal 157 274 274 51 0 0 32 264 44 73
Binary 1101111 10111100 10111100 101001 0 0 11010 10110100 100100 111011

Color Harmonies of #6FBCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCBC

Black with #6FBCBC

Text Example


Text Example

White with #6FBCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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