#6BA8BA

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

Shades of Glacier #6BA8BA

Tints of Glacier #6BA8BA

Color information

#6BA8BA (or 0x6BA8BA) is unknown color: approx Glacier. HEX triplet: 6B, A8 and BA. RGB value is (107,168,186). Sum of RGB (Red+Green+Blue) = 107+168+186=461 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.21% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #6BA8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA8BA is #945745. Grayscale: #979797. Windows color (decimal): -9721670 or 12232811. OLE color: 12232811.

HSL color Cylindrical-coordinate representation of color #6BA8BA: hue angle of 193.67º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BA8BA is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB107168186-
CMYK0.420.1000.27
HSL193.67º36.41%57.45%-
HSV(B)193.67º42.47%72.94%-
XYZ28.9334.6851.62-
YUV151.81147.2996.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.21%
GREEN value IS 168 (66.02% from 255) = 36.44%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=23.21%
G=36.44%
B=40.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071681860.420.1000.27193.6736.4157.45
Hex6BA8BA2AA01Bc22439
Octal15325027252120333024471
Binary11010111010100010111010101010101001101111000010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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