Html Css Color HEX #6DB3BB Fountain Blue

📋 copy color: '#6DB3BB'

red 109 ◦ green 179 ◦ blue 187

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

Shades of Fountain Blue #6DB3BB

Tints of Fountain Blue #6DB3BB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.68%

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

R = 22.95%
G = 37.68%
B = 39.37%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6DB3BB (or 0x6DB3BB) is known color: Fountain Blue. HEX triplet: 6D, B3 and BB. RGB value is (109,179,187). Sum of RGB (Red+Green+Blue) = 109+179+187=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #6DB3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB3BB is #924C44. Grayscale: #9E9E9E. Windows color (decimal): -9587781 or 12301165. OLE color: 12301165.

HSL color Cylindrical-coordinate representation of color #6DB3BB: hue angle of 186.15º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DB3BB is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 179 187 -
CMYK 0.42 0.04 0 0.27
HSL 186.15º 0.36% 0.58% -
HSV(B) 186.15º 0.42% 0.73% -
XYZ 31.4 39.08 52.9 -
YUV 158.98 143.81 92.35 -
System Red Green Blue C M Y K H S L
Decimal 109 179 187 0.42 0.04 0 0.27 186.15 0.36 0.58
Hex 6D B3 BB 2A 4 0 1B BA 24 3A
Octal 155 263 273 52 4 0 33 272 44 72
Binary 1101101 10110011 10111011 101010 100 0 11011 10111010 100100 111010

Color Harmonies of #6DB3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB3BB

Black with #6DB3BB

Text Example


Text Example

White with #6DB3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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