Html Css Color HEX #6BA9AA Fountain Blue

📋 copy color: '#6BA9AA'

red 107 ◦ green 169 ◦ blue 170

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

Shades of Fountain Blue #6BA9AA

Tints of Fountain Blue #6BA9AA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.89%

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

R = 23.99%
G = 37.89%
B = 38.12%

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

#6BA9AA (or 0x6BA9AA) is known color: Fountain Blue. HEX triplet: 6B, A9 and AA. RGB value is (107,169,170). Sum of RGB (Red+Green+Blue) = 107+169+170=446 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.99% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #6BA9AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA9AA is #945655. Grayscale: #969696. Windows color (decimal): -9721430 or 11184491. OLE color: 11184491.

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

Color convert

RGB 107 169 170 -
CMYK 0.37 0.01 0 0.33
HSL 180.95º 0.27% 0.54% -
HSV(B) 180.95º 0.37% 0.67% -
XYZ 27.51 34.4 43.22 -
YUV 150.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 107 169 170 0.37 0.01 0 0.33 180.95 0.27 0.54
Hex 6B A9 AA 25 1 0 21 B5 1B 36
Octal 153 251 252 45 1 0 41 265 33 66
Binary 1101011 10101001 10101010 100101 1 0 100001 10110101 11011 110110

Color Harmonies of #6BA9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA9AA

Black with #6BA9AA

Text Example


Text Example

White with #6BA9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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