Html Css Color HEX #6EAFB6 Fountain Blue

📋 copy color: '#6EAFB6'

red 110 ◦ green 175 ◦ blue 182

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

Shades of Fountain Blue #6EAFB6

Tints of Fountain Blue #6EAFB6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.47%

 BLUE value IS 182 (71.48% from 255) = 38.97%

R = 23.55%
G = 37.47%
B = 38.97%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6EAFB6 (or 0x6EAFB6) is known color: Fountain Blue. HEX triplet: 6E, AF and B6. RGB value is (110,175,182). Sum of RGB (Red+Green+Blue) = 110+175+182=467 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.55% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 182 - color contains mainly: blue. Hex color #6EAFB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFB6 is #915049. Grayscale: #9C9C9C. Windows color (decimal): -9523274 or 11972462. OLE color: 11972462.

HSL color Cylindrical-coordinate representation of color #6EAFB6: hue angle of 185.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EAFB6 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 110 175 182 -
CMYK 0.40 0.04 0 0.29
HSL 185.83º 0.33% 0.57% -
HSV(B) 185.83º 0.4% 0.71% -
XYZ 30.2 37.35 49.87 -
YUV 156.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 110 175 182 0.40 0.04 0 0.29 185.83 0.33 0.57
Hex 6E AF B6 28 4 0 1D BA 21 39
Octal 156 257 266 50 4 0 35 272 41 71
Binary 1101110 10101111 10110110 101000 100 0 11101 10111010 100001 111001

Color Harmonies of #6EAFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAFB6

Black with #6EAFB6

Text Example


Text Example

White with #6EAFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,175,182); }

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

background-color css

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

 a { background-color: rgb(110,175,182); }

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

border-color css

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

 span { border-color: rgb(110,175,182); }

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