Html Css Color HEX #6BB1B6 Fountain Blue

📋 copy color: '#6BB1B6'

red 107 ◦ green 177 ◦ blue 182

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

Shades of Fountain Blue #6BB1B6

Tints of Fountain Blue #6BB1B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.06%

R = 22.96%
G = 37.98%
B = 39.06%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6BB1B6 (or 0x6BB1B6) is known color: Fountain Blue. HEX triplet: 6B, B1 and B6. RGB value is (107,177,182). Sum of RGB (Red+Green+Blue) = 107+177+182=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 182 - color contains mainly: blue. Hex color #6BB1B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB1B6 is #944E49. Grayscale: #9C9C9C. Windows color (decimal): -9719370 or 11972971. OLE color: 11972971.

HSL color Cylindrical-coordinate representation of color #6BB1B6: hue angle of 184º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6BB1B6 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 107 177 182 -
CMYK 0.41 0.03 0 0.29
HSL 184º 0.34% 0.57% -
HSV(B) 184º 0.41% 0.71% -
XYZ 30.23 37.95 49.99 -
YUV 156.64 142.31 92.59 -
System Red Green Blue C M Y K H S L
Decimal 107 177 182 0.41 0.03 0 0.29 184 0.34 0.57
Hex 6B B1 B6 29 3 0 1D B8 22 39
Octal 153 261 266 51 3 0 35 270 42 71
Binary 1101011 10110001 10110110 101001 11 0 11101 10111000 100010 111001

Color Harmonies of #6BB1B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB1B6

Black with #6BB1B6

Text Example


Text Example

White with #6BB1B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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