Html Css Color HEX #6BA8AA Fountain Blue

📋 copy color: '#6BA8AA'

red 107 ◦ green 168 ◦ blue 170

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

Shades of Fountain Blue #6BA8AA

Tints of Fountain Blue #6BA8AA

RGB

 RED value IS 107 (42.19% from 255) = 24.04%

 GREEN value IS 168 (66.02% from 255) = 37.75%

 BLUE value IS 170 (66.8% from 255) = 38.2%

R = 24.04%
G = 37.75%
B = 38.2%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6BA8AA (or 0x6BA8AA) is known color: Fountain Blue. HEX triplet: 6B, A8 and AA. RGB value is (107,168,170). Sum of RGB (Red+Green+Blue) = 107+168+170=445 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.04% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #6BA8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA8AA is #945755. Grayscale: #959595. Windows color (decimal): -9721686 or 11184235. OLE color: 11184235.

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

Color convert

RGB 107 168 170 -
CMYK 0.37 0.01 0 0.33
HSL 181.9º 0.27% 0.54% -
HSV(B) 181.9º 0.37% 0.67% -
XYZ 27.32 34.03 43.16 -
YUV 149.99 139.29 97.34 -
System Red Green Blue C M Y K H S L
Decimal 107 168 170 0.37 0.01 0 0.33 181.9 0.27 0.54
Hex 6B A8 AA 25 1 0 21 B6 1B 36
Octal 153 250 252 45 1 0 41 266 33 66
Binary 1101011 10101000 10101010 100101 1 0 100001 10110110 11011 110110

Color Harmonies of #6BA8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA8AA

Black with #6BA8AA

Text Example


Text Example

White with #6BA8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,168,170); }

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

background-color css

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

 a { background-color: rgb(107,168,170); }

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

border-color css

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

 span { border-color: rgb(107,168,170); }

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