Html Css Color HEX #6AB6BA Fountain Blue

📋 copy color: '#6AB6BA'

red 106 ◦ green 182 ◦ blue 186

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

Shades of Fountain Blue #6AB6BA

Tints of Fountain Blue #6AB6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.4%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 22.36%
G = 38.4%
B = 39.24%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6AB6BA (or 0x6AB6BA) is known color: Fountain Blue. HEX triplet: 6A, B6 and BA. RGB value is (106,182,186). Sum of RGB (Red+Green+Blue) = 106+182+186=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #6AB6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB6BA is #954945. Grayscale: #9F9F9F. Windows color (decimal): -9783622 or 12236394. OLE color: 12236394.

HSL color Cylindrical-coordinate representation of color #6AB6BA: hue angle of 183º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AB6BA is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 182 186 -
CMYK 0.43 0.02 0 0.27
HSL 183º 0.37% 0.57% -
HSV(B) 183º 0.43% 0.73% -
XYZ 31.53 40.07 52.53 -
YUV 159.73 142.82 89.67 -
System Red Green Blue C M Y K H S L
Decimal 106 182 186 0.43 0.02 0 0.27 183 0.37 0.57
Hex 6A B6 BA 2B 2 0 1B B7 25 39
Octal 152 266 272 53 2 0 33 267 45 71
Binary 1101010 10110110 10111010 101011 10 0 11011 10110111 100101 111001

Color Harmonies of #6AB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB6BA

Black with #6AB6BA

Text Example


Text Example

White with #6AB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,182,186); }

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

background-color css

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

 a { background-color: rgb(106,182,186); }

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

border-color css

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

 span { border-color: rgb(106,182,186); }

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