Html Css Color HEX #6BADBA Fountain Blue

📋 copy color: '#6BADBA'

red 107 ◦ green 173 ◦ blue 186

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

Shades of Fountain Blue #6BADBA

Tints of Fountain Blue #6BADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.12%

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

R = 22.96%
G = 37.12%
B = 39.91%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6BADBA (or 0x6BADBA) is known color: Fountain Blue. HEX triplet: 6B, AD and BA. RGB value is (107,173,186). Sum of RGB (Red+Green+Blue) = 107+173+186=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #6BADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADBA is #945245. Grayscale: #9A9A9A. Windows color (decimal): -9720390 or 12234091. OLE color: 12234091.

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

Color convert

RGB 107 173 186 -
CMYK 0.42 0.07 0 0.27
HSL 189.87º 0.36% 0.57% -
HSV(B) 189.87º 0.42% 0.73% -
XYZ 29.87 36.56 51.94 -
YUV 154.75 145.63 93.94 -
System Red Green Blue C M Y K H S L
Decimal 107 173 186 0.42 0.07 0 0.27 189.87 0.36 0.57
Hex 6B AD BA 2A 7 0 1B BE 24 39
Octal 153 255 272 52 7 0 33 276 44 71
Binary 1101011 10101101 10111010 101010 111 0 11011 10111110 100100 111001

Color Harmonies of #6BADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BADBA

Black with #6BADBA

Text Example


Text Example

White with #6BADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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