Html Css Color HEX #6FB1BA Glacier

📋 copy color: '#6FB1BA'

red 111 ◦ green 177 ◦ blue 186

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

Shades of Glacier #6FB1BA

Tints of Glacier #6FB1BA

RGB

 RED value IS 111 (43.75% from 255) = 23.42%

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

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

R = 23.42%
G = 37.34%
B = 39.24%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6FB1BA (or 0x6FB1BA) is known color: Glacier. HEX triplet: 6F, B1 and BA. RGB value is (111,177,186). Sum of RGB (Red+Green+Blue) = 111+177+186=474 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.42% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FB1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB1BA is #904E45. Grayscale: #9E9E9E. Windows color (decimal): -9457222 or 12235119. OLE color: 12235119.

HSL color Cylindrical-coordinate representation of color #6FB1BA: hue angle of 187.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FB1BA is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 177 186 -
CMYK 0.40 0.05 0 0.27
HSL 187.2º 0.35% 0.58% -
HSV(B) 187.2º 0.4% 0.73% -
XYZ 31.14 38.37 52.22 -
YUV 158.29 143.63 94.27 -
System Red Green Blue C M Y K H S L
Decimal 111 177 186 0.40 0.05 0 0.27 187.2 0.35 0.58
Hex 6F B1 BA 28 5 0 1B BB 23 3A
Octal 157 261 272 50 5 0 33 273 43 72
Binary 1101111 10110001 10111010 101000 101 0 11011 10111011 100011 111010

Color Harmonies of #6FB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB1BA

Black with #6FB1BA

Text Example


Text Example

White with #6FB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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