Html Css Color HEX #6AABAB Fountain Blue

📋 copy color: '#6AABAB'

red 106 ◦ green 171 ◦ blue 171

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

Shades of Fountain Blue #6AABAB

Tints of Fountain Blue #6AABAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.17%

R = 23.66%
G = 38.17%
B = 38.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6AABAB (or 0x6AABAB) is known color: Fountain Blue. HEX triplet: 6A, AB and AB. RGB value is (106,171,171). Sum of RGB (Red+Green+Blue) = 106+171+171=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #6AABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AABAB is #955454. Grayscale: #979797. Windows color (decimal): -9786453 or 11250538. OLE color: 11250538.

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

Color convert

RGB 106 171 171 -
CMYK 0.38 0 0 0.33
HSL 180º 0.28% 0.54% -
HSV(B) 180º 0.38% 0.67% -
XYZ 27.86 35.13 43.84 -
YUV 151.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 106 171 171 0.38 0 0 0.33 180 0.28 0.54
Hex 6A AB AB 26 0 0 21 B4 1C 36
Octal 152 253 253 46 0 0 41 264 34 66
Binary 1101010 10101011 10101011 100110 0 0 100001 10110100 11100 110110

Color Harmonies of #6AABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AABAB

Black with #6AABAB

Text Example


Text Example

White with #6AABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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