Html Css Color HEX #6DBDBC Fountain Blue

📋 copy color: '#6DBDBC'

red 109 ◦ green 189 ◦ blue 188

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

Shades of Fountain Blue #6DBDBC

Tints of Fountain Blue #6DBDBC

RGB

 RED value IS 109 (42.97% from 255) = 22.43%

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

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

R = 22.43%
G = 38.89%
B = 38.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#6DBDBC (or 0x6DBDBC) is known color: Fountain Blue. HEX triplet: 6D, BD and BC. RGB value is (109,189,188). Sum of RGB (Red+Green+Blue) = 109+189+188=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDBC is #924243. Grayscale: #A4A4A4. Windows color (decimal): -9585220 or 12369261. OLE color: 12369261.

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

Color convert

RGB 109 189 188 -
CMYK 0.42 0 0.01 0.26
HSL 179.25º 0.38% 0.58% -
HSV(B) 179.25º 0.42% 0.74% -
XYZ 33.58 43.28 54.16 -
YUV 164.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 109 189 188 0.42 0 0.01 0.26 179.25 0.38 0.58
Hex 6D BD BC 2A 0 1 1A B3 26 3A
Octal 155 275 274 52 0 1 32 263 46 72
Binary 1101101 10111101 10111100 101010 0 1 11010 10110011 100110 111010

Color Harmonies of #6DBDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBDBC

Black with #6DBDBC

Text Example


Text Example

White with #6DBDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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