Html Css Color HEX #6BABAB Fountain Blue

📋 copy color: '#6BABAB'

red 107 ◦ green 171 ◦ blue 171

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

Shades of Fountain Blue #6BABAB

Tints of Fountain Blue #6BABAB

RGB

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

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

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

R = 23.83%
G = 38.08%
B = 38.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6BABAB (or 0x6BABAB) is known color: Fountain Blue. HEX triplet: 6B, AB and AB. RGB value is (107,171,171). Sum of RGB (Red+Green+Blue) = 107+171+171=449 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.83% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #6BABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BABAB is #945454. Grayscale: #979797. Windows color (decimal): -9720917 or 11250539. OLE color: 11250539.

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

Color convert

RGB 107 171 171 -
CMYK 0.37 0 0 0.33
HSL 180º 0.28% 0.55% -
HSV(B) 180º 0.37% 0.67% -
XYZ 27.98 35.19 43.85 -
YUV 151.86 138.8 96 -
System Red Green Blue C M Y K H S L
Decimal 107 171 171 0.37 0 0 0.33 180 0.28 0.55
Hex 6B AB AB 25 0 0 21 B4 1C 37
Octal 153 253 253 45 0 0 41 264 34 67
Binary 1101011 10101011 10101011 100101 0 0 100001 10110100 11100 110111

Color Harmonies of #6BABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BABAB

Black with #6BABAB

Text Example


Text Example

White with #6BABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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