Html Css Color HEX #6AAAAC Fountain Blue

📋 copy color: '#6AAAAC'

red 106 ◦ green 170 ◦ blue 172

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

Shades of Fountain Blue #6AAAAC

Tints of Fountain Blue #6AAAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.95%

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 23.66%
G = 37.95%
B = 38.39%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6AAAAC (or 0x6AAAAC) is known color: Fountain Blue. HEX triplet: 6A, AA and AC. RGB value is (106,170,172). Sum of RGB (Red+Green+Blue) = 106+170+172=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #6AAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAAAC is #955553. Grayscale: #979797. Windows color (decimal): -9786708 or 11315818. OLE color: 11315818.

HSL color Cylindrical-coordinate representation of color #6AAAAC: hue angle of 181.82º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAAAC is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 170 172 -
CMYK 0.38 0.01 0 0.33
HSL 181.82º 0.28% 0.55% -
HSV(B) 181.82º 0.38% 0.67% -
XYZ 27.76 34.79 44.28 -
YUV 151.09 139.8 95.84 -
System Red Green Blue C M Y K H S L
Decimal 106 170 172 0.38 0.01 0 0.33 181.82 0.28 0.55
Hex 6A AA AC 26 1 0 21 B6 1C 37
Octal 152 252 254 46 1 0 41 266 34 67
Binary 1101010 10101010 10101100 100110 1 0 100001 10110110 11100 110111

Color Harmonies of #6AAAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAAAC

Black with #6AAAAC

Text Example


Text Example

White with #6AAAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,170,172); }

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

background-color css

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

 a { background-color: rgb(106,170,172); }

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

border-color css

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

 span { border-color: rgb(106,170,172); }

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