Html Css Color HEX #6EADB1 Fountain Blue

📋 copy color: '#6EADB1'

red 110 ◦ green 173 ◦ blue 177

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

Shades of Fountain Blue #6EADB1

Tints of Fountain Blue #6EADB1

RGB

 RED value IS 110 (43.36% from 255) = 23.91%

 GREEN value IS 173 (67.97% from 255) = 37.61%

 BLUE value IS 177 (69.53% from 255) = 38.48%

R = 23.91%
G = 37.61%
B = 38.48%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6EADB1 (or 0x6EADB1) is known color: Fountain Blue. HEX triplet: 6E, AD and B1. RGB value is (110,173,177). Sum of RGB (Red+Green+Blue) = 110+173+177=460 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.91% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 177 - color contains mainly: blue. Hex color #6EADB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EADB1 is #91524E. Grayscale: #9A9A9A. Windows color (decimal): -9523791 or 11644270. OLE color: 11644270.

HSL color Cylindrical-coordinate representation of color #6EADB1: hue angle of 183.58º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6EADB1 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 110 173 177 -
CMYK 0.38 0.02 0 0.31
HSL 183.58º 0.3% 0.56% -
HSV(B) 183.58º 0.38% 0.69% -
XYZ 29.31 36.38 47.07 -
YUV 154.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 110 173 177 0.38 0.02 0 0.31 183.58 0.3 0.56
Hex 6E AD B1 26 2 0 1F B8 1E 38
Octal 156 255 261 46 2 0 37 270 36 70
Binary 1101110 10101101 10110001 100110 10 0 11111 10111000 11110 111000

Color Harmonies of #6EADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EADB1

Black with #6EADB1

Text Example


Text Example

White with #6EADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,173,177); }

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

background-color css

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

 a { background-color: rgb(110,173,177); }

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

border-color css

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

 span { border-color: rgb(110,173,177); }

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