Html Css Color HEX #6DBDB9 Fountain Blue

📋 copy color: '#6DBDB9'

red 109 ◦ green 189 ◦ blue 185

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

Shades of Fountain Blue #6DBDB9

Tints of Fountain Blue #6DBDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 22.57%
G = 39.13%
B = 38.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#6DBDB9 (or 0x6DBDB9) is known color: Fountain Blue. HEX triplet: 6D, BD and B9. RGB value is (109,189,185). Sum of RGB (Red+Green+Blue) = 109+189+185=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDB9 is #924246. Grayscale: #A4A4A4. Windows color (decimal): -9585223 or 12172653. OLE color: 12172653.

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

Color convert

RGB 109 189 185 -
CMYK 0.42 0 0.02 0.26
HSL 177º 0.38% 0.58% -
HSV(B) 177º 0.42% 0.74% -
XYZ 33.26 43.15 52.47 -
YUV 164.62 139.5 88.33 -
System Red Green Blue C M Y K H S L
Decimal 109 189 185 0.42 0 0.02 0.26 177 0.38 0.58
Hex 6D BD B9 2A 0 2 1A B1 26 3A
Octal 155 275 271 52 0 2 32 261 46 72
Binary 1101101 10111101 10111001 101010 0 10 11010 10110001 100110 111010

Color Harmonies of #6DBDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBDB9

Black with #6DBDB9

Text Example


Text Example

White with #6DBDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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