Html Css Color HEX #6DB7B4 Fountain Blue

📋 copy color: '#6DB7B4'

red 109 ◦ green 183 ◦ blue 180

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

Shades of Fountain Blue #6DB7B4

Tints of Fountain Blue #6DB7B4

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.77%

 BLUE value IS 180 (70.7% from 255) = 38.14%

R = 23.09%
G = 38.77%
B = 38.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#6DB7B4 (or 0x6DB7B4) is known color: Fountain Blue. HEX triplet: 6D, B7 and B4. RGB value is (109,183,180). Sum of RGB (Red+Green+Blue) = 109+183+180=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB7B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB7B4 is #92484B. Grayscale: #A0A0A0. Windows color (decimal): -9586764 or 11843437. OLE color: 11843437.

HSL color Cylindrical-coordinate representation of color #6DB7B4: hue angle of 177.57º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB7B4 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 109 183 180 -
CMYK 0.40 0 0.02 0.28
HSL 177.57º 0.34% 0.57% -
HSV(B) 177.57º 0.4% 0.72% -
XYZ 31.48 40.41 49.32 -
YUV 160.53 138.98 91.24 -
System Red Green Blue C M Y K H S L
Decimal 109 183 180 0.40 0 0.02 0.28 177.57 0.34 0.57
Hex 6D B7 B4 28 0 2 1C B2 22 39
Octal 155 267 264 50 0 2 34 262 42 71
Binary 1101101 10110111 10110100 101000 0 10 11100 10110010 100010 111001

Color Harmonies of #6DB7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB7B4

Black with #6DB7B4

Text Example


Text Example

White with #6DB7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,183,180); }

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

background-color css

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

 a { background-color: rgb(109,183,180); }

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

border-color css

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

 span { border-color: rgb(109,183,180); }

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