Html Css Color HEX #6FBAB7 Fountain Blue

📋 copy color: '#6FBAB7'

red 111 ◦ green 186 ◦ blue 183

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

Shades of Fountain Blue #6FBAB7

Tints of Fountain Blue #6FBAB7

RGB

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

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

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

R = 23.13%
G = 38.75%
B = 38.13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#6FBAB7 (or 0x6FBAB7) is known color: Fountain Blue. HEX triplet: 6F, BA and B7. RGB value is (111,186,183). Sum of RGB (Red+Green+Blue) = 111+186+183=480 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.12% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBAB7 is #904548. Grayscale: #A3A3A3. Windows color (decimal): -9454921 or 12040815. OLE color: 12040815.

HSL color Cylindrical-coordinate representation of color #6FBAB7: hue angle of 177.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FBAB7 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 186 183 -
CMYK 0.40 0 0.02 0.27
HSL 177.6º 0.35% 0.58% -
HSV(B) 177.6º 0.4% 0.73% -
XYZ 32.66 41.92 51.17 -
YUV 163.23 139.15 90.74 -
System Red Green Blue C M Y K H S L
Decimal 111 186 183 0.40 0 0.02 0.27 177.6 0.35 0.58
Hex 6F BA B7 28 0 2 1B B2 23 3A
Octal 157 272 267 50 0 2 33 262 43 72
Binary 1101111 10111010 10110111 101000 0 10 11011 10110010 100011 111010

Color Harmonies of #6FBAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBAB7

Black with #6FBAB7

Text Example


Text Example

White with #6FBAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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