Html Css Color HEX #6BB4BA Fountain Blue

📋 copy color: '#6BB4BA'

red 107 ◦ green 180 ◦ blue 186

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

Shades of Fountain Blue #6BB4BA

Tints of Fountain Blue #6BB4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.05%

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

R = 22.62%
G = 38.05%
B = 39.32%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6BB4BA (or 0x6BB4BA) is known color: Fountain Blue. HEX triplet: 6B, B4 and BA. RGB value is (107,180,186). Sum of RGB (Red+Green+Blue) = 107+180+186=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #6BB4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB4BA is #944B45. Grayscale: #9E9E9E. Windows color (decimal): -9718598 or 12235883. OLE color: 12235883.

HSL color Cylindrical-coordinate representation of color #6BB4BA: hue angle of 184.56º 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 #6BB4BA is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 180 186 -
CMYK 0.42 0.03 0 0.27
HSL 184.56º 0.36% 0.57% -
HSV(B) 184.56º 0.42% 0.73% -
XYZ 31.25 39.31 52.4 -
YUV 158.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 107 180 186 0.42 0.03 0 0.27 184.56 0.36 0.57
Hex 6B B4 BA 2A 3 0 1B B9 24 39
Octal 153 264 272 52 3 0 33 271 44 71
Binary 1101011 10110100 10111010 101010 11 0 11011 10111001 100100 111001

Color Harmonies of #6BB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB4BA

Black with #6BB4BA

Text Example


Text Example

White with #6BB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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