Html Css Color HEX #6AABAC Fountain Blue

📋 copy color: '#6AABAC'

red 106 ◦ green 171 ◦ blue 172

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

Shades of Fountain Blue #6AABAC

Tints of Fountain Blue #6AABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.08%

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

R = 23.61%
G = 38.08%
B = 38.31%

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

#6AABAC (or 0x6AABAC) is known color: Fountain Blue. HEX triplet: 6A, AB and AC. RGB value is (106,171,172). Sum of RGB (Red+Green+Blue) = 106+171+172=449 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.61% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #6AABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AABAC is #955453. Grayscale: #979797. Windows color (decimal): -9786452 or 11316074. OLE color: 11316074.

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

Color convert

RGB 106 171 172 -
CMYK 0.38 0.01 0 0.33
HSL 180.91º 0.28% 0.55% -
HSV(B) 180.91º 0.38% 0.67% -
XYZ 27.95 35.17 44.34 -
YUV 151.68 139.47 95.42 -
System Red Green Blue C M Y K H S L
Decimal 106 171 172 0.38 0.01 0 0.33 180.91 0.28 0.55
Hex 6A AB AC 26 1 0 21 B5 1C 37
Octal 152 253 254 46 1 0 41 265 34 67
Binary 1101010 10101011 10101100 100110 1 0 100001 10110101 11100 110111

Color Harmonies of #6AABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AABAC

Black with #6AABAC

Text Example


Text Example

White with #6AABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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