Html Css Color HEX #6BB1BA Fountain Blue

📋 copy color: '#6BB1BA'

red 107 ◦ green 177 ◦ blue 186

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

Shades of Fountain Blue #6BB1BA

Tints of Fountain Blue #6BB1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.66%

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 22.77%
G = 37.66%
B = 39.57%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6BB1BA (or 0x6BB1BA) is known color: Fountain Blue. HEX triplet: 6B, B1 and BA. RGB value is (107,177,186). Sum of RGB (Red+Green+Blue) = 107+177+186=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #6BB1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB1BA is #944E45. Grayscale: #9C9C9C. Windows color (decimal): -9719366 or 12235115. OLE color: 12235115.

HSL color Cylindrical-coordinate representation of color #6BB1BA: hue angle of 186.84º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BB1BA is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 177 186 -
CMYK 0.42 0.05 0 0.27
HSL 186.84º 0.36% 0.57% -
HSV(B) 186.84º 0.42% 0.73% -
XYZ 30.65 38.12 52.2 -
YUV 157.1 144.31 92.27 -
System Red Green Blue C M Y K H S L
Decimal 107 177 186 0.42 0.05 0 0.27 186.84 0.36 0.57
Hex 6B B1 BA 2A 5 0 1B BB 24 39
Octal 153 261 272 52 5 0 33 273 44 71
Binary 1101011 10110001 10111010 101010 101 0 11011 10111011 100100 111001

Color Harmonies of #6BB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB1BA

Black with #6BB1BA

Text Example


Text Example

White with #6BB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,177,186); }

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

background-color css

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

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

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

border-color css

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

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

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