Html Css Color HEX #6BBABE Fountain Blue

📋 copy color: '#6BBABE'

red 107 ◦ green 186 ◦ blue 190

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

Shades of Fountain Blue #6BBABE

Tints of Fountain Blue #6BBABE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.51%

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 22.15%
G = 38.51%
B = 39.34%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6BBABE (or 0x6BBABE) is known color: Fountain Blue. HEX triplet: 6B, BA and BE. RGB value is (107,186,190). Sum of RGB (Red+Green+Blue) = 107+186+190=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #6BBABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBABE is #944541. Grayscale: #A2A2A2. Windows color (decimal): -9717058 or 12499563. OLE color: 12499563.

HSL color Cylindrical-coordinate representation of color #6BBABE: hue angle of 182.89º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBABE is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 186 190 -
CMYK 0.44 0.02 0 0.25
HSL 182.89º 0.39% 0.58% -
HSV(B) 182.89º 0.44% 0.75% -
XYZ 32.92 41.96 55.08 -
YUV 162.84 143.33 88.17 -
System Red Green Blue C M Y K H S L
Decimal 107 186 190 0.44 0.02 0 0.25 182.89 0.39 0.58
Hex 6B BA BE 2C 2 0 19 B7 27 3A
Octal 153 272 276 54 2 0 31 267 47 72
Binary 1101011 10111010 10111110 101100 10 0 11001 10110111 100111 111010

Color Harmonies of #6BBABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBABE

Black with #6BBABE

Text Example


Text Example

White with #6BBABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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