Html Css Color HEX #6FAEB5 Fountain Blue

📋 copy color: '#6FAEB5'

red 111 ◦ green 174 ◦ blue 181

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

Shades of Fountain Blue #6FAEB5

Tints of Fountain Blue #6FAEB5

RGB

 RED value IS 111 (43.75% from 255) = 23.82%

 GREEN value IS 174 (68.36% from 255) = 37.34%

 BLUE value IS 181 (71.09% from 255) = 38.84%

R = 23.82%
G = 37.34%
B = 38.84%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6FAEB5 (or 0x6FAEB5) is known color: Fountain Blue. HEX triplet: 6F, AE and B5. RGB value is (111,174,181). Sum of RGB (Red+Green+Blue) = 111+174+181=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #6FAEB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAEB5 is #90514A. Grayscale: #9B9B9B. Windows color (decimal): -9457995 or 11906671. OLE color: 11906671.

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

Color convert

RGB 111 174 181 -
CMYK 0.39 0.04 0 0.29
HSL 186º 0.32% 0.57% -
HSV(B) 186º 0.39% 0.71% -
XYZ 30.03 36.99 49.27 -
YUV 155.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 111 174 181 0.39 0.04 0 0.29 186 0.32 0.57
Hex 6F AE B5 27 4 0 1D BA 20 39
Octal 157 256 265 47 4 0 35 272 40 71
Binary 1101111 10101110 10110101 100111 100 0 11101 10111010 100000 111001

Color Harmonies of #6FAEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAEB5

Black with #6FAEB5

Text Example


Text Example

White with #6FAEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,174,181); }

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

background-color css

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

 a { background-color: rgb(111,174,181); }

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

border-color css

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

 span { border-color: rgb(111,174,181); }

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