Html Css Color HEX #6AA0AC Fountain Blue

📋 copy color: '#6AA0AC'

red 106 ◦ green 160 ◦ blue 172

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

Shades of Fountain Blue #6AA0AC

Tints of Fountain Blue #6AA0AC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.53%

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

R = 24.2%
G = 36.53%
B = 39.27%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6AA0AC (or 0x6AA0AC) is known color: Fountain Blue. HEX triplet: 6A, A0 and AC. RGB value is (106,160,172). Sum of RGB (Red+Green+Blue) = 106+160+172=438 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.20% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #6AA0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA0AC is #955F53. Grayscale: #919191. Windows color (decimal): -9789268 or 11313258. OLE color: 11313258.

HSL color Cylindrical-coordinate representation of color #6AA0AC: hue angle of 190.91º 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 #6AA0AC is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 160 172 -
CMYK 0.38 0.07 0 0.33
HSL 190.91º 0.28% 0.55% -
HSV(B) 190.91º 0.38% 0.67% -
XYZ 25.96 31.18 43.68 -
YUV 145.22 143.11 100.02 -
System Red Green Blue C M Y K H S L
Decimal 106 160 172 0.38 0.07 0 0.33 190.91 0.28 0.55
Hex 6A A0 AC 26 7 0 21 BF 1C 37
Octal 152 240 254 46 7 0 41 277 34 67
Binary 1101010 10100000 10101100 100110 111 0 100001 10111111 11100 110111

Color Harmonies of #6AA0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA0AC

Black with #6AA0AC

Text Example


Text Example

White with #6AA0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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