Html Css Color HEX #6DBDBB Fountain Blue

📋 copy color: '#6DBDBB'

red 109 ◦ green 189 ◦ blue 187

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

Shades of Fountain Blue #6DBDBB

Tints of Fountain Blue #6DBDBB

RGB

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

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

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

R = 22.47%
G = 38.97%
B = 38.56%

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

#6DBDBB (or 0x6DBDBB) is known color: Fountain Blue. HEX triplet: 6D, BD and BB. RGB value is (109,189,187). Sum of RGB (Red+Green+Blue) = 109+189+187=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDBB is #924244. Grayscale: #A4A4A4. Windows color (decimal): -9585221 or 12303725. OLE color: 12303725.

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

Color convert

RGB 109 189 187 -
CMYK 0.42 0 0.01 0.26
HSL 178.5º 0.38% 0.58% -
HSV(B) 178.5º 0.42% 0.74% -
XYZ 33.47 43.23 53.59 -
YUV 164.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 109 189 187 0.42 0 0.01 0.26 178.5 0.38 0.58
Hex 6D BD BB 2A 0 1 1A B2 26 3A
Octal 155 275 273 52 0 1 32 262 46 72
Binary 1101101 10111101 10111011 101010 0 1 11010 10110010 100110 111010

Color Harmonies of #6DBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBDBB

Black with #6DBDBB

Text Example


Text Example

White with #6DBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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