Html Css Color HEX #6AB9BF Fountain Blue

📋 copy color: '#6AB9BF'

red 106 ◦ green 185 ◦ blue 191

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

Shades of Fountain Blue #6AB9BF

Tints of Fountain Blue #6AB9BF

RGB

 RED value IS 106 (41.8% from 255) = 21.99%

 GREEN value IS 185 (72.66% from 255) = 38.38%

 BLUE value IS 191 (75% from 255) = 39.63%

R = 21.99%
G = 38.38%
B = 39.63%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6AB9BF (or 0x6AB9BF) is known color: Fountain Blue. HEX triplet: 6A, B9 and BF. RGB value is (106,185,191). Sum of RGB (Red+Green+Blue) = 106+185+191=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #6AB9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB9BF is #954640. Grayscale: #A1A1A1. Windows color (decimal): -9782849 or 12564842. OLE color: 12564842.

HSL color Cylindrical-coordinate representation of color #6AB9BF: hue angle of 184.24º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AB9BF is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 185 191 -
CMYK 0.45 0.03 0 0.25
HSL 184.24º 0.4% 0.58% -
HSV(B) 184.24º 0.45% 0.75% -
XYZ 32.7 41.52 55.58 -
YUV 162.06 144.33 88.01 -
System Red Green Blue C M Y K H S L
Decimal 106 185 191 0.45 0.03 0 0.25 184.24 0.4 0.58
Hex 6A B9 BF 2D 3 0 19 B8 28 3A
Octal 152 271 277 55 3 0 31 270 50 72
Binary 1101010 10111001 10111111 101101 11 0 11001 10111000 101000 111010

Color Harmonies of #6AB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB9BF

Black with #6AB9BF

Text Example


Text Example

White with #6AB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,185,191); }

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

background-color css

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

 a { background-color: rgb(106,185,191); }

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

border-color css

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

 span { border-color: rgb(106,185,191); }

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