#6FACBE

Color #6FACBE Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #6FACBE

Tints of Glacier #6FACBE

Color information

#6FACBE (or 0x6FACBE) is unknown color: approx Glacier. HEX triplet: 6F, AC and BE. RGB value is (111,172,190). Sum of RGB (Red+Green+Blue) = 111+172+190=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #6FACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACBE is #905341. Grayscale: #9B9B9B. Windows color (decimal): -9458498 or 12495983. OLE color: 12495983.

HSL color Cylindrical-coordinate representation of color #6FACBE: hue angle of 193.67º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FACBE is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB111172190-
CMYK0.420.0900.25
HSL193.67º37.8%59.02%-
HSV(B)193.67º41.58%74.51%-
XYZ30.636.654.17-
YUV155.81147.2996.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.47%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=23.47%
G=36.36%
B=40.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111721900.420.0900.25193.6737.859.02
Hex6FACBE2A9019c2263b
Octal15725427652110313024673
Binary11011111010110010111110101010100101100111000010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,172,190); }

 H1.HeaderClassName
 {
   color: #6FACBE;
 }
 .AnyTagClassName
 {
   color: #6FACBE;
 }
</style>
background-color css

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

 a { background-color: rgb(111,172,190); }

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

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

 span { border-color: rgb(111,172,190); }

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