#6EB1C6

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

Shades of Glacier #6EB1C6

Tints of Glacier #6EB1C6

Color information

#6EB1C6 (or 0x6EB1C6) is unknown color: approx Glacier. HEX triplet: 6E, B1 and C6. RGB value is (110,177,198). Sum of RGB (Red+Green+Blue) = 110+177+198=485 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.68% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #6EB1C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB1C6 is #914E39. Grayscale: #9F9F9F. Windows color (decimal): -9522746 or 13021550. OLE color: 13021550.

HSL color Cylindrical-coordinate representation of color #6EB1C6: hue angle of 194.32º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EB1C6 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB110177198-
CMYK0.440.1100.22
HSL194.32º43.56%60.39%-
HSV(B)194.32º44.44%77.65%-
XYZ32.3538.8459.22-
YUV159.36149.892.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.68%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 198 (77.73% from 255) = 40.82%
R=22.68%
G=36.49%
B=40.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1101771980.440.1100.22194.3243.5660.39
Hex6EB1C62CB016c22c3c
Octal15626130654130263025474
Binary11011101011000111000110101100101101011011000010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,177,198); }

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

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

 a { background-color: rgb(110,177,198); }

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

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

 span { border-color: rgb(110,177,198); }

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