Html Css Color HEX #6DBDBE Fountain Blue

📋 copy color: '#6DBDBE'

red 109 ◦ green 189 ◦ blue 190

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

Shades of Fountain Blue #6DBDBE

Tints of Fountain Blue #6DBDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 22.34%
G = 38.73%
B = 38.93%

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6DBDBE (or 0x6DBDBE) is known color: Fountain Blue. HEX triplet: 6D, BD and BE. RGB value is (109,189,190). Sum of RGB (Red+Green+Blue) = 109+189+190=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #6DBDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDBE is #924241. Grayscale: #A5A5A5. Windows color (decimal): -9585218 or 12500333. OLE color: 12500333.

HSL color Cylindrical-coordinate representation of color #6DBDBE: hue angle of 180.74º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DBDBE is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 189 190 -
CMYK 0.43 0.01 0 0.25
HSL 180.74º 0.38% 0.59% -
HSV(B) 180.74º 0.43% 0.75% -
XYZ 33.8 43.36 55.3 -
YUV 165.19 142 87.92 -
System Red Green Blue C M Y K H S L
Decimal 109 189 190 0.43 0.01 0 0.25 180.74 0.38 0.59
Hex 6D BD BE 2B 1 0 19 B5 26 3B
Octal 155 275 276 53 1 0 31 265 46 73
Binary 1101101 10111101 10111110 101011 1 0 11001 10110101 100110 111011

Color Harmonies of #6DBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBDBE

Black with #6DBDBE

Text Example


Text Example

White with #6DBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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