Html Css Color HEX #6DBAB8 Fountain Blue

📋 copy color: '#6DBAB8'

red 109 ◦ green 186 ◦ blue 184

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

Shades of Fountain Blue #6DBAB8

Tints of Fountain Blue #6DBAB8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.83%

 BLUE value IS 184 (72.27% from 255) = 38.41%

R = 22.76%
G = 38.83%
B = 38.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#6DBAB8 (or 0x6DBAB8) is known color: Fountain Blue. HEX triplet: 6D, BA and B8. RGB value is (109,186,184). Sum of RGB (Red+Green+Blue) = 109+186+184=479 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.76% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBAB8 is #924547. Grayscale: #A2A2A2. Windows color (decimal): -9585992 or 12106349. OLE color: 12106349.

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

Color convert

RGB 109 186 184 -
CMYK 0.41 0 0.01 0.27
HSL 178.44º 0.36% 0.58% -
HSV(B) 178.44º 0.41% 0.73% -
XYZ 32.52 41.83 51.71 -
YUV 162.75 139.99 89.66 -
System Red Green Blue C M Y K H S L
Decimal 109 186 184 0.41 0 0.01 0.27 178.44 0.36 0.58
Hex 6D BA B8 29 0 1 1B B2 24 3A
Octal 155 272 270 51 0 1 33 262 44 72
Binary 1101101 10111010 10111000 101001 0 1 11011 10110010 100100 111010

Color Harmonies of #6DBAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBAB8

Black with #6DBAB8

Text Example


Text Example

White with #6DBAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,186,184); }

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

background-color css

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

 a { background-color: rgb(109,186,184); }

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

border-color css

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

 span { border-color: rgb(109,186,184); }

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