Html Css Color HEX #6FAEB7 Fountain Blue

📋 copy color: '#6FAEB7'

red 111 ◦ green 174 ◦ blue 183

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

Shades of Fountain Blue #6FAEB7

Tints of Fountain Blue #6FAEB7

RGB

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

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

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

R = 23.72%
G = 37.18%
B = 39.1%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6FAEB7 (or 0x6FAEB7) is known color: Fountain Blue. HEX triplet: 6F, AE and B7. RGB value is (111,174,183). Sum of RGB (Red+Green+Blue) = 111+174+183=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 183 - color contains mainly: blue. Hex color #6FAEB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAEB7 is #905148. Grayscale: #9C9C9C. Windows color (decimal): -9457993 or 12037743. OLE color: 12037743.

HSL color Cylindrical-coordinate representation of color #6FAEB7: hue angle of 187.5º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FAEB7 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 111 174 183 -
CMYK 0.39 0.05 0 0.28
HSL 187.5º 0.33% 0.58% -
HSV(B) 187.5º 0.39% 0.72% -
XYZ 30.24 37.07 50.36 -
YUV 156.19 143.13 95.77 -
System Red Green Blue C M Y K H S L
Decimal 111 174 183 0.39 0.05 0 0.28 187.5 0.33 0.58
Hex 6F AE B7 27 5 0 1C BC 21 3A
Octal 157 256 267 47 5 0 34 274 41 72
Binary 1101111 10101110 10110111 100111 101 0 11100 10111100 100001 111010

Color Harmonies of #6FAEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAEB7

Black with #6FAEB7

Text Example


Text Example

White with #6FAEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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