Html Css Color HEX #6BAAAB Fountain Blue

📋 copy color: '#6BAAAB'

red 107 ◦ green 170 ◦ blue 171

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

Shades of Fountain Blue #6BAAAB

Tints of Fountain Blue #6BAAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.95%

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

R = 23.88%
G = 37.95%
B = 38.17%

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

#6BAAAB (or 0x6BAAAB) is known color: Fountain Blue. HEX triplet: 6B, AA and AB. RGB value is (107,170,171). Sum of RGB (Red+Green+Blue) = 107+170+171=448 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.88% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #6BAAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAAAB is #945554. Grayscale: #979797. Windows color (decimal): -9721173 or 11250283. OLE color: 11250283.

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

Color convert

RGB 107 170 171 -
CMYK 0.37 0.01 0 0.33
HSL 180.94º 0.28% 0.55% -
HSV(B) 180.94º 0.37% 0.67% -
XYZ 27.79 34.82 43.78 -
YUV 151.28 139.13 96.42 -
System Red Green Blue C M Y K H S L
Decimal 107 170 171 0.37 0.01 0 0.33 180.94 0.28 0.55
Hex 6B AA AB 25 1 0 21 B5 1C 37
Octal 153 252 253 45 1 0 41 265 34 67
Binary 1101011 10101010 10101011 100101 1 0 100001 10110101 11100 110111

Color Harmonies of #6BAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAAAB

Black with #6BAAAB

Text Example


Text Example

White with #6BAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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