Html Css Color HEX #6DBAB7 Fountain Blue

📋 copy color: '#6DBAB7'

red 109 ◦ green 186 ◦ blue 183

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

Shades of Fountain Blue #6DBAB7

Tints of Fountain Blue #6DBAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.28%

R = 22.8%
G = 38.91%
B = 38.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#6DBAB7 (or 0x6DBAB7) is known color: Fountain Blue. HEX triplet: 6D, BA and B7. RGB value is (109,186,183). Sum of RGB (Red+Green+Blue) = 109+186+183=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBAB7 is #924548. Grayscale: #A2A2A2. Windows color (decimal): -9585993 or 12040813. OLE color: 12040813.

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

Color convert

RGB 109 186 183 -
CMYK 0.41 0 0.02 0.27
HSL 177.66º 0.36% 0.58% -
HSV(B) 177.66º 0.41% 0.73% -
XYZ 32.41 41.79 51.16 -
YUV 162.64 139.49 89.74 -
System Red Green Blue C M Y K H S L
Decimal 109 186 183 0.41 0 0.02 0.27 177.66 0.36 0.58
Hex 6D BA B7 29 0 2 1B B2 24 3A
Octal 155 272 267 51 0 2 33 262 44 72
Binary 1101101 10111010 10110111 101001 0 10 11011 10110010 100100 111010

Color Harmonies of #6DBAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBAB7

Black with #6DBAB7

Text Example


Text Example

White with #6DBAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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