Html Css Color HEX #6BA1AE Fountain Blue

📋 copy color: '#6BA1AE'

red 107 ◦ green 161 ◦ blue 174

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

Shades of Fountain Blue #6BA1AE

Tints of Fountain Blue #6BA1AE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.43%

 BLUE value IS 174 (68.36% from 255) = 39.37%

R = 24.21%
G = 36.43%
B = 39.37%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6BA1AE (or 0x6BA1AE) is known color: Fountain Blue. HEX triplet: 6B, A1 and AE. RGB value is (107,161,174). Sum of RGB (Red+Green+Blue) = 107+161+174=442 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.21% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #6BA1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA1AE is #945E51. Grayscale: #929292. Windows color (decimal): -9723474 or 11444587. OLE color: 11444587.

HSL color Cylindrical-coordinate representation of color #6BA1AE: hue angle of 191.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BA1AE is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 161 174 -
CMYK 0.39 0.07 0 0.32
HSL 191.64º 0.29% 0.55% -
HSV(B) 191.64º 0.39% 0.68% -
XYZ 26.45 31.67 44.76 -
YUV 146.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 107 161 174 0.39 0.07 0 0.32 191.64 0.29 0.55
Hex 6B A1 AE 27 7 0 20 C0 1D 37
Octal 153 241 256 47 7 0 40 300 35 67
Binary 1101011 10100001 10101110 100111 111 0 100000 11000000 11101 110111

Color Harmonies of #6BA1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA1AE

Black with #6BA1AE

Text Example


Text Example

White with #6BA1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,161,174); }

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

background-color css

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

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

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

border-color css

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

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

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